Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h227 mutable llvm::FoldingSet<TemplateTypeParmType> TemplateTypeParmTypes; variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp5672 = TemplateTypeParmTypes.FindNodeOrInsertPos(ID, InsertPos); in getTemplateTypeParmType()
5683 = TemplateTypeParmTypes.FindNodeOrInsertPos(ID, InsertPos); in getTemplateTypeParmType()
5691 TemplateTypeParmTypes.InsertNode(TypeParm, InsertPos); in getTemplateTypeParmType()