Home
last modified time | relevance | path

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

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