Home
last modified time | relevance | path

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

/external/clang/include/clang/AST/
DASTContext.h129 mutable llvm::FoldingSet<ObjCObjectPointerType> ObjCObjectPointerTypes; variable
/external/clang/lib/AST/
DASTContext.cpp3843 ObjCObjectPointerTypes.FindNodeOrInsertPos(ID, InsertPos)) in getObjCObjectPointerType()
3852 ObjCObjectPointerTypes.FindNodeOrInsertPos(ID, InsertPos); in getObjCObjectPointerType()
3861 ObjCObjectPointerTypes.InsertNode(QType, InsertPos); in getObjCObjectPointerType()