Home
last modified time | relevance | path

Searched refs:ObjCImpls (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h298 llvm::DenseMap<ObjCContainerDecl*, ObjCImplDecl*> ObjCImpls; variable
3098 return !ObjCImpls.empty(); in AnyObjCImplementation()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp2925 I = ObjCImpls.find(D); in getObjCImplementation()
2926 if (I != ObjCImpls.end()) in getObjCImplementation()
2935 I = ObjCImpls.find(D); in getObjCImplementation()
2936 if (I != ObjCImpls.end()) in getObjCImplementation()
2945 ObjCImpls[IFaceD] = ImplD; in setObjCImplementation()
2952 ObjCImpls[CatD] = ImplD; in setObjCImplementation()
12566 llvm::capacity_in_bytes(ObjCImpls) + in getSideTableAllocatedMemory()