Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h392 void VisitConceptDecl(const ConceptDecl *D);
H A DASTNodeTraverser.h629 void VisitConceptDecl(const ConceptDecl *D) { in VisitConceptDecl() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp108 void VisitConceptDecl(const ConceptDecl *D);
1085 void USRGenerator::VisitConceptDecl(const ConceptDecl *D) { in VisitConceptDecl() function in USRGenerator
H A DIndexDecl.cpp735 bool VisitConceptDecl(const ConceptDecl *D) { in VisitConceptDecl() function in __anon619dd0870111::IndexingDeclVisitor
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h97 bool VisitConceptDecl(const ConceptDecl *Decl);
738 bool ExtractAPIVisitorBase<Derived>::VisitConceptDecl(const ConceptDecl *Decl) { in VisitConceptDecl() function
/freebsd-14.2/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp108 void VisitConceptDecl(ConceptDecl *D);
1644 void ASTDeclWriter::VisitConceptDecl(ConceptDecl *D) { in VisitConceptDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp397 void VisitConceptDecl(ConceptDecl *D);
2399 void ASTDeclReader::VisitConceptDecl(ConceptDecl *D) { in VisitConceptDecl() function in ASTDeclReader
/freebsd-14.2/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp2608 void TextNodeDumper::VisitConceptDecl(const ConceptDecl *D) { in VisitConceptDecl() function in TextNodeDumper
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4035 Decl *TemplateDeclInstantiator::VisitConceptDecl(ConceptDecl *D) { in VisitConceptDecl() function in TemplateDeclInstantiator