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.h308 llvm::DenseMap<ObjCContainerDecl*, ObjCImplDecl*> ObjCImpls; variable
3308 return !ObjCImpls.empty(); in AnyObjCImplementation()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp3111 I = ObjCImpls.find(D); in getObjCImplementation()
3112 if (I != ObjCImpls.end()) in getObjCImplementation()
3121 I = ObjCImpls.find(D); in getObjCImplementation()
3122 if (I != ObjCImpls.end()) in getObjCImplementation()
3131 ObjCImpls[IFaceD] = ImplD; in setObjCImplementation()
3138 ObjCImpls[CatD] = ImplD; in setObjCImplementation()
13198 llvm::capacity_in_bytes(ObjCImpls) + in getSideTableAllocatedMemory()