Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h243 mutable llvm::FoldingSet<ObjCObjectPointerType> ObjCObjectPointerTypes; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5965 ObjCObjectPointerTypes.FindNodeOrInsertPos(ID, InsertPos)) in getObjCObjectPointerType()
5974 ObjCObjectPointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getObjCObjectPointerType()
5984 ObjCObjectPointerTypes.InsertNode(QType, InsertPos); in getObjCObjectPointerType()