Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h131 mutable llvm::FoldingSet<ObjCObjectPointerType> ObjCObjectPointerTypes; variable
/external/llvm-project/clang/include/clang/AST/
DASTContext.h231 mutable llvm::FoldingSet<ObjCObjectPointerType> ObjCObjectPointerTypes; variable
/external/clang/lib/AST/
DASTContext.cpp3875 ObjCObjectPointerTypes.FindNodeOrInsertPos(ID, InsertPos)) in getObjCObjectPointerType()
3884 ObjCObjectPointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getObjCObjectPointerType()
3893 ObjCObjectPointerTypes.InsertNode(QType, InsertPos); in getObjCObjectPointerType()
/external/llvm-project/clang/lib/AST/
DASTContext.cpp5280 ObjCObjectPointerTypes.FindNodeOrInsertPos(ID, InsertPos)) in getObjCObjectPointerType()
5289 ObjCObjectPointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getObjCObjectPointerType()
5298 ObjCObjectPointerTypes.InsertNode(QType, InsertPos); in getObjCObjectPointerType()