Home
last modified time | relevance | path

Searched defs:VisitConceptDecl (Results 1 – 8 of 8) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp735 bool VisitConceptDecl(const ConceptDecl *D) { VisitConceptDecl() function in __anonf98b47a30111::IndexingDeclVisitor
H A DUSRGeneration.cpp1085 void USRGenerator::VisitConceptDecl(const ConceptDecl *D) { VisitConceptDecl() function in USRGenerator
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h629 void VisitConceptDecl(const ConceptDecl *D) { VisitConceptDecl() function
/freebsd-src/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h738 bool ExtractAPIVisitorBase<Derived>::VisitConceptDecl(const ConceptDecl *Decl) { VisitConceptDecl() function
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1644 void ASTDeclWriter::VisitConceptDecl(ConceptDecl *D) { VisitConceptDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp2399 void ASTDeclReader::VisitConceptDecl(ConceptDecl *D) { VisitConceptDecl() function in ASTDeclReader
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DTextNodeDumper.cpp2608 void TextNodeDumper::VisitConceptDecl(const ConceptDecl *D) { VisitConceptDecl() function in TextNodeDumper
/freebsd-src/contrib/llvm-project/clang/lib/Sema/
H A DSemaTemplateInstantiateDecl.cpp4035 Decl *TemplateDeclInstantiator::VisitConceptDecl(ConceptDecl *D) { VisitConceptDecl() function in TemplateDeclInstantiator