Home
last modified time | relevance | path

Searched refs:VisitConceptDecl (Results 1 – 9 of 9) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/include/clang/AST/
HDTextNodeDumper.h406 void VisitConceptDecl(const ConceptDecl *D);
HDASTNodeTraverser.h720 void VisitConceptDecl(const ConceptDecl *D) { in VisitConceptDecl() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Index/
HDUSRGeneration.cpp108 void VisitConceptDecl(const ConceptDecl *D);
1101 void USRGenerator::VisitConceptDecl(const ConceptDecl *D) { in VisitConceptDecl() function in USRGenerator
HDIndexDecl.cpp740 bool VisitConceptDecl(const ConceptDecl *D) { in VisitConceptDecl() function in __anonc25c112a0111::IndexingDeclVisitor
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ExtractAPI/
HDExtractAPIVisitor.h98 bool VisitConceptDecl(const ConceptDecl *Decl);
776 bool ExtractAPIVisitorBase<Derived>::VisitConceptDecl(const ConceptDecl *Decl) { in VisitConceptDecl() function
/freebsd-13-stable/contrib/llvm-project/clang/lib/Serialization/
HDASTWriterDecl.cpp111 void VisitConceptDecl(ConceptDecl *D);
1687 void ASTDeclWriter::VisitConceptDecl(ConceptDecl *D) { in VisitConceptDecl() function in ASTDeclWriter
HDASTReaderDecl.cpp392 void VisitConceptDecl(ConceptDecl *D);
2381 void ASTDeclReader::VisitConceptDecl(ConceptDecl *D) { in VisitConceptDecl() function in ASTDeclReader
/freebsd-13-stable/contrib/llvm-project/clang/lib/AST/
HDTextNodeDumper.cpp2859 void TextNodeDumper::VisitConceptDecl(const ConceptDecl *D) { in VisitConceptDecl() function in TextNodeDumper
/freebsd-13-stable/contrib/llvm-project/clang/lib/Sema/
HDSemaTemplateInstantiateDecl.cpp4072 Decl *TemplateDeclInstantiator::VisitConceptDecl(ConceptDecl *D) { in VisitConceptDecl() function in TemplateDeclInstantiator