Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/llvm/tools/clang/include/clang/AST/
DASTContext.h102 mutable llvm::FoldingSet<TemplateTypeParmType> TemplateTypeParmTypes; variable
/freebsd-9-stable/contrib/llvm/tools/clang/lib/AST/
DASTContext.cpp3082 = TemplateTypeParmTypes.FindNodeOrInsertPos(ID, InsertPos); in getTemplateTypeParmType()
3092 = TemplateTypeParmTypes.FindNodeOrInsertPos(ID, InsertPos); in getTemplateTypeParmType()
3100 TemplateTypeParmTypes.InsertNode(TypeParm, InsertPos); in getTemplateTypeParmType()