Home
last modified time | relevance | path

Searched refs:ASTRecordLayouts (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/AST/
DRecordLayoutBuilder.cpp2882 const ASTRecordLayout *Entry = ASTRecordLayouts[D]; in getASTRecordLayout()
2937 ASTRecordLayouts[D] = NewEntry; in getASTRecordLayout()
DASTContext.cpp775 I = ASTRecordLayouts.begin(), E = ASTRecordLayouts.end(); I != E; ) { in ~ASTContext()
8121 return ASTRecordLayouts.getMemorySize() + in getSideTableAllocatedMemory()
/external/clang/include/clang/AST/
DASTContext.h152 ASTRecordLayouts; variable