Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDRecordLayoutBuilder.cpp3040 const ASTRecordLayout *Entry = ASTRecordLayouts[D]; in getASTRecordLayout()
3102 ASTRecordLayouts[D] = NewEntry; in getASTRecordLayout()
HDASTContext.cpp993 I = ASTRecordLayouts.begin(), E = ASTRecordLayouts.end(); I != E; ) { in ~ASTContext()
10354 return ASTRecordLayouts.getMemorySize() + in getSideTableAllocatedMemory()
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h240 ASTRecordLayouts; variable