Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h224 mutable llvm::FoldingSet<TemplateTypeParmType> TemplateTypeParmTypes; variable
/src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5276 = TemplateTypeParmTypes.FindNodeOrInsertPos(ID, InsertPos); in getTemplateTypeParmType()
5287 = TemplateTypeParmTypes.FindNodeOrInsertPos(ID, InsertPos); in getTemplateTypeParmType()
5295 TemplateTypeParmTypes.InsertNode(TypeParm, InsertPos); in getTemplateTypeParmType()