Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/unittests/Tooling/RecursiveASTVisitorTests/
H A DConcept.cpp76 bool VisitConceptDecl(ConceptDecl *D) { in VisitConceptDecl() function
/llvm-project-15.0.7/clang/tools/libclang/
H A DCursorVisitor.h251 bool VisitConceptDecl(ConceptDecl *D);
H A DCXIndexDataConsumer.cpp150 bool VisitConceptDecl(const ConceptDecl *D) { in VisitConceptDecl() function in __anond6d661a80111::IndexingDeclVisitor
H A DCIndex.cpp1318 bool CursorVisitor::VisitConceptDecl(ConceptDecl *D) { in VisitConceptDecl() function in CursorVisitor
/llvm-project-15.0.7/clang/include/clang/AST/
H A DTextNodeDumper.h380 void VisitConceptDecl(const ConceptDecl *D);
H A DASTNodeTraverser.h624 void VisitConceptDecl(const ConceptDecl *D) { in VisitConceptDecl() function
/llvm-project-15.0.7/clang/lib/Index/
H A DUSRGeneration.cpp106 void VisitConceptDecl(const ConceptDecl *D);
1011 void USRGenerator::VisitConceptDecl(const ConceptDecl *D) { in VisitConceptDecl() function in USRGenerator
H A DIndexDecl.cpp734 bool VisitConceptDecl(const ConceptDecl *D) { in VisitConceptDecl() function in __anonfc9fbd010111::IndexingDeclVisitor
/llvm-project-15.0.7/clang/lib/Serialization/
H A DASTWriterDecl.cpp109 void VisitConceptDecl(ConceptDecl *D);
1512 void ASTDeclWriter::VisitConceptDecl(ConceptDecl *D) { in VisitConceptDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp385 void VisitConceptDecl(ConceptDecl *D);
2189 void ASTDeclReader::VisitConceptDecl(ConceptDecl *D) { in VisitConceptDecl() function in ASTDeclReader
/llvm-project-15.0.7/clang/lib/AST/
H A DTextNodeDumper.cpp2374 void TextNodeDumper::VisitConceptDecl(const ConceptDecl *D) { in VisitConceptDecl() function in TextNodeDumper
/llvm-project-15.0.7/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp3903 Decl *TemplateDeclInstantiator::VisitConceptDecl(ConceptDecl *D) { in VisitConceptDecl() function in TemplateDeclInstantiator