Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h242 mutable llvm::FoldingSet<ObjCObjectTypeImpl> ObjCObjectTypes; variable
/src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5713 if (ObjCObjectType *QT = ObjCObjectTypes.FindNodeOrInsertPos(ID, InsertPos)) in getObjCObjectType()
5759 ObjCObjectTypes.FindNodeOrInsertPos(ID, InsertPos); in getObjCObjectType()
5771 ObjCObjectTypes.InsertNode(T, InsertPos); in getObjCObjectType()