Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDASTContext.h164 llvm::DenseMap<ObjCContainerDecl*, ObjCImplDecl*> ObjCImpls; variable
2224 return !ObjCImpls.empty(); in AnyObjCImplementation()
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDASTContext.cpp1982 I = ObjCImpls.find(D); in getObjCImplementation()
1983 if (I != ObjCImpls.end()) in getObjCImplementation()
1990 I = ObjCImpls.find(D); in getObjCImplementation()
1991 if (I != ObjCImpls.end()) in getObjCImplementation()
2000 ObjCImpls[IFaceD] = ImplD; in setObjCImplementation()
2006 ObjCImpls[CatD] = ImplD; in setObjCImplementation()
8441 llvm::capacity_in_bytes(ObjCImpls) + in getSideTableAllocatedMemory()