Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h219 mutable llvm::FoldingSet<TemplateTypeParmType> TemplateTypeParmTypes; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp4664 = TemplateTypeParmTypes.FindNodeOrInsertPos(ID, InsertPos); in getTemplateTypeParmType()
4674 = TemplateTypeParmTypes.FindNodeOrInsertPos(ID, InsertPos); in getTemplateTypeParmType()
4682 TemplateTypeParmTypes.InsertNode(TypeParm, InsertPos); in getTemplateTypeParmType()