Searched defs:DumpRecordLayout (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3004 DumpRecordLayout(D, llvm::outs(), getLangOpts().DumpRecordLayoutsSimple);
3152 static void DumpRecordLayout(raw_ostream &OS, const RecordDecl *RD, function
3206 DumpRecordLayout(OS, Base, C, BaseOffset, IndentLevel,
3230 DumpRecordLayout(OS, RT->getDecl(), C, FieldOffset, IndentLevel,
3264 DumpRecordLayout(OS, VBase, C, VBaseOffset, IndentLevel,
3289 void ASTContext::DumpRecordLayout(const RecordDecl *RD, function in class:ASTContext
3293 ::DumpRecordLayout(OS, RD, *this, CharUnits(), 0, nullptr,

Completed in 202 milliseconds