Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/AST/
DRecordLayoutBuilder.cpp3242 const ASTRecordLayout *Entry = ASTRecordLayouts[D]; in getASTRecordLayout()
3307 ASTRecordLayouts[D] = NewEntry; in getASTRecordLayout()
DASTContext.cpp1006 I = ASTRecordLayouts.begin(), E = ASTRecordLayouts.end(); I != E; ) { in ~ASTContext()
11155 return ASTRecordLayouts.getMemorySize() + in getSideTableAllocatedMemory()
/freebsd-12-stable/contrib/llvm-project/clang/include/clang/AST/
DASTContext.h265 ASTRecordLayouts; variable