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

/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp2404 const ASTRecordLayout *Entry = ASTRecordLayouts[D];
2467 ASTRecordLayouts[D] = NewEntry;
H A DASTContext.cpp598 // ASTRecordLayout objects in ASTRecordLayouts must always be destroyed
608 I = ASTRecordLayouts.begin(), E = ASTRecordLayouts.end(); I != E; ) {
7360 return ASTRecordLayouts.getMemorySize()
/external/clang/include/clang/AST/
H A DASTContext.h149 /// \brief A cache mapping from RecordDecls to ASTRecordLayouts.
153 ASTRecordLayouts; member in class:clang::ASTContext

Completed in 80 milliseconds