HomeSort by: relevance | last modified time | path
    Searched refs:DumpRecordLayout (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/AST/
RecordLayoutBuilder.cpp 3305 DumpRecordLayout(D, llvm::outs(), getLangOpts().DumpRecordLayoutsSimple);
3487 static void DumpRecordLayout(raw_ostream &OS, const RecordDecl *RD,
3541 DumpRecordLayout(OS, Base, C, BaseOffset, IndentLevel,
3565 DumpRecordLayout(OS, RT->getDecl(), C, FieldOffset, IndentLevel,
3599 DumpRecordLayout(OS, VBase, C, VBaseOffset, IndentLevel,
3629 void ASTContext::DumpRecordLayout(const RecordDecl *RD, raw_ostream &OS,
3632 ::DumpRecordLayout(OS, RD, *this, CharUnits(), 0, nullptr,
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 2296 void DumpRecordLayout(const RecordDecl *RD, raw_ostream &OS,

Completed in 72 milliseconds