Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DTextNodeDumper.h406 void VisitConceptDecl(const ConceptDecl *D);
H A DASTNodeTraverser.h720 void VisitConceptDecl(const ConceptDecl *D) { in VisitConceptDecl() function
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp108 void VisitConceptDecl(const ConceptDecl *D);
1101 void USRGenerator::VisitConceptDecl(const ConceptDecl *D) { in VisitConceptDecl() function in USRGenerator
H A DIndexDecl.cpp740 bool VisitConceptDecl(const ConceptDecl *D) { in VisitConceptDecl() function in __anonf10645d10111::IndexingDeclVisitor
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h98 bool VisitConceptDecl(const ConceptDecl *Decl);
776 bool ExtractAPIVisitorBase<Derived>::VisitConceptDecl(const ConceptDecl *Decl) { in VisitConceptDecl() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp111 void VisitConceptDecl(ConceptDecl *D);
1687 void ASTDeclWriter::VisitConceptDecl(ConceptDecl *D) { in VisitConceptDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp392 void VisitConceptDecl(ConceptDecl *D);
2381 void ASTDeclReader::VisitConceptDecl(ConceptDecl *D) { in VisitConceptDecl() function in ASTDeclReader
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp2859 void TextNodeDumper::VisitConceptDecl(const ConceptDecl *D) { in VisitConceptDecl() function in TextNodeDumper
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4072 Decl *TemplateDeclInstantiator::VisitConceptDecl(ConceptDecl *D) { in VisitConceptDecl() function in TemplateDeclInstantiator