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

/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2362 const ASTRecordLayout *Entry = ASTRecordLayouts[D];
2424 ASTRecordLayouts[D] = NewEntry;
H A DASTContext.cpp749 // ASTRecordLayout objects in ASTRecordLayouts must always be destroyed
759 I = ASTRecordLayouts.begin(), E = ASTRecordLayouts.end(); I != E; ) {
7991 return ASTRecordLayouts.getMemorySize() +
/external/clang/include/clang/AST/
H A DASTContext.h137 /// \brief A cache mapping from RecordDecls to ASTRecordLayouts.
141 ASTRecordLayouts; member in class:clang::ASTContext

Completed in 141 milliseconds