Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3354 const ASTRecordLayout *Entry = ASTRecordLayouts[D]; in getASTRecordLayout()
3421 ASTRecordLayouts[D] = NewEntry; in getASTRecordLayout()
H A DASTContext.cpp919 I = ASTRecordLayouts.begin(), E = ASTRecordLayouts.end(); I != E; ) { in cleanup()
924 ASTRecordLayouts.clear(); in cleanup()
12563 return ASTRecordLayouts.getMemorySize() + in getSideTableAllocatedMemory()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h280 ASTRecordLayouts; variable