Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
HDASTContext.h211 mutable llvm::FoldingSet<ObjCObjectTypeImpl> ObjCObjectTypes; variable
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
HDASTContext.cpp4731 if (ObjCObjectType *QT = ObjCObjectTypes.FindNodeOrInsertPos(ID, InsertPos)) in getObjCObjectType()
4780 ObjCObjectTypes.FindNodeOrInsertPos(ID, InsertPos); in getObjCObjectType()
4792 ObjCObjectTypes.InsertNode(T, InsertPos); in getObjCObjectType()