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.cpp3577 if (const ASTRecordLayout *Entry = ObjCLayouts[D]) in getObjCLayout()
3589 ObjCLayouts[D] = NewEntry; in getObjCLayout()
H A DASTContext.cpp973 I = ObjCLayouts.begin(), in cleanup()
974 E = ObjCLayouts.end(); in cleanup()
979 ObjCLayouts.clear(); in cleanup()
12023 if (auto It = ObjCLayouts.find(D); It != ObjCLayouts.end()) { in ResetObjCLayout()
13196 llvm::capacity_in_bytes(ObjCLayouts) + in getSideTableAllocatedMemory()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h292 ObjCLayouts; variable