Home
last modified time | relevance | path

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

/external/clang/lib/AST/
DRecordLayoutBuilder.cpp2940 const ASTRecordLayout *Entry = ASTRecordLayouts[D]; in getASTRecordLayout()
3000 ASTRecordLayouts[D] = NewEntry; in getASTRecordLayout()
DASTContext.cpp776 I = ASTRecordLayouts.begin(), E = ASTRecordLayouts.end(); I != E; ) { in ~ASTContext()
8715 return ASTRecordLayouts.getMemorySize() + in getSideTableAllocatedMemory()
/external/clang/include/clang/AST/
DASTContext.h158 ASTRecordLayouts; variable