Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DASTContext.h213 mutable llvm::FoldingSet<ObjCTypeParamType> ObjCTypeParamTypes; variable
/openbsd-src/gnu/llvm/clang/lib/AST/
H A DASTContext.cpp5462 ObjCTypeParamTypes.FindNodeOrInsertPos(ID, InsertPos)) in getObjCTypeParamType()
5481 ObjCTypeParamTypes.InsertNode(newType, InsertPos); in getObjCTypeParamType()