Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DASTDumper.h46 void VisitVarTemplateDecl(const VarTemplateDecl *D);
H A DTextNodeDumper.h367 void VisitVarTemplateDecl(const VarTemplateDecl *D);
H A DJSONNodeDumper.h447 void VisitVarTemplateDecl(const VarTemplateDecl *VTD) { in VisitVarTemplateDecl() function
H A DASTNodeTraverser.h585 void VisitVarTemplateDecl(const VarTemplateDecl *D) { dumpTemplateDecl(D); } in VisitVarTemplateDecl() function
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DASTDumper.cpp171 void ASTDumper::VisitVarTemplateDecl(const VarTemplateDecl *D) { in VisitVarTemplateDecl() function in ASTDumper
H A DTextNodeDumper.cpp2323 void TextNodeDumper::VisitVarTemplateDecl(const VarTemplateDecl *D) { in VisitVarTemplateDecl() function in TextNodeDumper
H A DASTImporter.cpp525 ExpectedDecl VisitVarTemplateDecl(VarTemplateDecl *D);
6268 ExpectedDecl ASTNodeImporter::VisitVarTemplateDecl(VarTemplateDecl *D) { in VisitVarTemplateDecl() function in ASTNodeImporter
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h105 bool VisitVarTemplateDecl(const VarTemplateDecl *Decl);
443 getDerivedExtractAPIVisitor().VisitVarTemplateDecl(Decl); in WalkUpFromVarTemplateDecl()
828 bool ExtractAPIVisitorBase<Derived>::VisitVarTemplateDecl( in VisitVarTemplateDecl() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp114 void VisitVarTemplateDecl(VarTemplateDecl *D);
1739 void ASTDeclWriter::VisitVarTemplateDecl(VarTemplateDecl *D) { in VisitVarTemplateDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp404 void VisitVarTemplateDecl(VarTemplateDecl *D);
2478 void ASTDeclReader::VisitVarTemplateDecl(VarTemplateDecl *D) { in VisitVarTemplateDecl() function in ASTDeclReader
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp1797 Decl *TemplateDeclInstantiator::VisitVarTemplateDecl(VarTemplateDecl *D) { in VisitVarTemplateDecl() function in TemplateDeclInstantiator