Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DUSRGeneration.cpp104 void VisitConceptDecl(const ConceptDecl *D);
1099 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/AST/
H A DTextNodeDumper.h407 void VisitConceptDecl(const ConceptDecl *D);
H A DASTNodeTraverser.h756 void VisitConceptDecl(const ConceptDecl *D) { in VisitConceptDecl() function
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h102 bool VisitConceptDecl(const ConceptDecl *Decl);
818 bool ExtractAPIVisitorBase<Derived>::VisitConceptDecl(const ConceptDecl *Decl) { in VisitConceptDecl() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp123 void VisitConceptDecl(ConceptDecl *D);
1870 void ASTDeclWriter::VisitConceptDecl(ConceptDecl *D) { in VisitConceptDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp383 void VisitConceptDecl(ConceptDecl *D);
2408 void ASTDeclReader::VisitConceptDecl(ConceptDecl *D) { in VisitConceptDecl() function in ASTDeclReader
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp3023 void TextNodeDumper::VisitConceptDecl(const ConceptDecl *D) { in VisitConceptDecl() function in TextNodeDumper
H A DASTImporter.cpp578 ExpectedDecl VisitConceptDecl(ConceptDecl* D);
7023 ExpectedDecl ASTNodeImporter::VisitConceptDecl(ConceptDecl *D) { in VisitConceptDecl() function in ASTNodeImporter
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4619 Decl *TemplateDeclInstantiator::VisitConceptDecl(ConceptDecl *D) { in VisitConceptDecl() function in TemplateDeclInstantiator