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

  /src/external/apache2/llvm/dist/clang/lib/AST/
RecordLayoutBuilder.cpp 3236 const ASTRecordLayout *Entry = ASTRecordLayouts[D];
3301 ASTRecordLayouts[D] = NewEntry;
ASTContext.cpp 997 // ASTRecordLayout objects in ASTRecordLayouts must always be destroyed
1007 I = ASTRecordLayouts.begin(), E = ASTRecordLayouts.end(); I != E; ) {
11081 return ASTRecordLayouts.getMemorySize() +
  /src/external/apache2/llvm/dist/clang/include/clang/AST/
ASTContext.h 260 /// A cache mapping from RecordDecls to ASTRecordLayouts.
264 ASTRecordLayouts;

Completed in 79 milliseconds