Home
last modified time | relevance | path

Searched refs:VisitVarTemplateDecl (Results 1 – 11 of 11) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTDumper.h46 void VisitVarTemplateDecl(const VarTemplateDecl *D);
H A DTextNodeDumper.h381 void VisitVarTemplateDecl(const VarTemplateDecl *D);
H A DJSONNodeDumper.h452 void VisitVarTemplateDecl(const VarTemplateDecl *VTD) { in VisitVarTemplateDecl() function
H A DASTNodeTraverser.h676 void VisitVarTemplateDecl(const VarTemplateDecl *D) { dumpTemplateDecl(D); } in VisitVarTemplateDecl() function
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTDumper.cpp170 void ASTDumper::VisitVarTemplateDecl(const VarTemplateDecl *D) { in VisitVarTemplateDecl() function in ASTDumper
H A DTextNodeDumper.cpp2574 void TextNodeDumper::VisitVarTemplateDecl(const VarTemplateDecl *D) { in VisitVarTemplateDecl() function in TextNodeDumper
H A DASTImporter.cpp526 ExpectedDecl VisitVarTemplateDecl(VarTemplateDecl *D);
6354 ExpectedDecl ASTNodeImporter::VisitVarTemplateDecl(VarTemplateDecl *D) { in VisitVarTemplateDecl() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h106 bool VisitVarTemplateDecl(const VarTemplateDecl *Decl);
486 getDerivedExtractAPIVisitor().VisitVarTemplateDecl(Decl); in WalkUpFromVarTemplateDecl()
868 bool ExtractAPIVisitorBase<Derived>::VisitVarTemplateDecl( in VisitVarTemplateDecl() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp117 void VisitVarTemplateDecl(VarTemplateDecl *D);
1799 void ASTDeclWriter::VisitVarTemplateDecl(VarTemplateDecl *D) { in VisitVarTemplateDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp399 void VisitVarTemplateDecl(VarTemplateDecl *D);
2460 void ASTDeclReader::VisitVarTemplateDecl(VarTemplateDecl *D) { in VisitVarTemplateDecl() function in ASTDeclReader
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1836 Decl *TemplateDeclInstantiator::VisitVarTemplateDecl(VarTemplateDecl *D) { in VisitVarTemplateDecl() function in TemplateDeclInstantiator