Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h220 mutable llvm::FoldingSet<ObjCTypeParamType> ObjCTypeParamTypes; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5257 ObjCTypeParamTypes.FindNodeOrInsertPos(ID, InsertPos)) in getObjCTypeParamType()
5276 ObjCTypeParamTypes.InsertNode(newType, InsertPos); in getObjCTypeParamType()