Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DRecordLayoutBuilder.cpp3551 if (const ASTRecordLayout *Entry = ObjCLayouts[Key]) in getObjCLayout()
3574 ObjCLayouts[Key] = NewEntry; in getObjCLayout()
H A DASTContext.cpp912 I = ObjCLayouts.begin(), E = ObjCLayouts.end(); I != E; ) in cleanup()
916 ObjCLayouts.clear(); in cleanup()
11405 ObjCLayouts[CD] = nullptr; in ResetObjCLayout()
12564 llvm::capacity_in_bytes(ObjCLayouts) + in getSideTableAllocatedMemory()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h282 ObjCLayouts; variable