Home
last modified time | relevance | path

Searched refs:VisitSubstTemplateTypeParmType (Results 1 – 10 of 10) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DTemplateArgumentHasher.cpp356 void VisitSubstTemplateTypeParmType(const SubstTemplateTypeParmType *T) { in VisitSubstTemplateTypeParmType() function in __anon91a37be10111::TypeVisitorHelper
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h341 void VisitSubstTemplateTypeParmType(const SubstTemplateTypeParmType *T);
H A DJSONNodeDumper.h235 void VisitSubstTemplateTypeParmType(const SubstTemplateTypeParmType *STTPT);
H A DASTNodeTraverser.h471 void VisitSubstTemplateTypeParmType(const SubstTemplateTypeParmType *) {} in VisitSubstTemplateTypeParmType() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DODRHash.cpp1186 void VisitSubstTemplateTypeParmType(const SubstTemplateTypeParmType *T) { in VisitSubstTemplateTypeParmType() function in __anonb4317f1a0211::ODRTypeVisitor
H A DJSONNodeDumper.cpp773 void JSONNodeDumper::VisitSubstTemplateTypeParmType( in VisitSubstTemplateTypeParmType() function in JSONNodeDumper
H A DType.cpp1297 QualType VisitSubstTemplateTypeParmType(const SubstTemplateTypeParmType *T) { in VisitSubstTemplateTypeParmType() function
1988 Type *VisitSubstTemplateTypeParmType(const SubstTemplateTypeParmType *T) { in VisitSubstTemplateTypeParmType() function in __anon1a6dd6330311::GetContainedDeducedTypeVisitor
H A DTextNodeDumper.cpp2152 void TextNodeDumper::VisitSubstTemplateTypeParmType( in VisitSubstTemplateTypeParmType() function in TextNodeDumper
H A DASTImporter.cpp1808 ExpectedType ASTNodeImporter::VisitSubstTemplateTypeParmType( in VisitSubstTemplateTypeParmType() function in ASTNodeImporter
3867 VisitSubstTemplateTypeParmType(const SubstTemplateTypeParmType *T) { in VisitSubstTemplateTypeParmType() function in __anone38d232b0411::IsTypeDeclaredInsideVisitor
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplate.cpp2670 bool VisitSubstTemplateTypeParmType(SubstTemplateTypeParmType *T) override { in VisitSubstTemplateTypeParmType() function