Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DASTContext.h216 mutable llvm::FoldingSet<ObjCTypeParamType> ObjCTypeParamTypes; variable
/external/llvm-project/clang/lib/AST/
DASTContext.cpp5172 ObjCTypeParamTypes.FindNodeOrInsertPos(ID, InsertPos)) in getObjCTypeParamType()
5191 ObjCTypeParamTypes.InsertNode(newType, InsertPos); in getObjCTypeParamType()