clang
7.0.0
|
Classes | |
class | OSLogBufferItem |
An OSLogBufferItem represents a single item in the data written by a call to os_log() or os_trace(). More... | |
class | OSLogBufferLayout |
Functions | |
bool | computeOSLogBufferLayout (clang::ASTContext &Ctx, const clang::CallExpr *E, OSLogBufferLayout &layout) |
bool clang::analyze_os_log::computeOSLogBufferLayout | ( | clang::ASTContext & | Ctx, |
const clang::CallExpr * | E, | ||
OSLogBufferLayout & | layout | ||
) |
Definition at line 171 of file OSLog.cpp.
Referenced by clang::CodeGen::CodeGenFunction::emitBuiltinOSLogFormat(), and clang::analyze_os_log::OSLogBufferLayout::getNumArgsByte().