Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexDecl.cpp740 bool VisitConceptDecl(const ConceptDecl *D) { in VisitConceptDecl() function in __anonf10645d10111::IndexingDeclVisitor
H A DUSRGeneration.cpp1101 void USRGenerator::VisitConceptDecl(const ConceptDecl *D) { in VisitConceptDecl() function in USRGenerator
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTNodeTraverser.h720 void VisitConceptDecl(const ConceptDecl *D) { in VisitConceptDecl() function
/freebsd/contrib/llvm-project/clang/include/clang/ExtractAPI/
H A DExtractAPIVisitor.h776 bool ExtractAPIVisitorBase<Derived>::VisitConceptDecl(const ConceptDecl *Decl) { in VisitConceptDecl() function
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriterDecl.cpp1687 void ASTDeclWriter::VisitConceptDecl(ConceptDecl *D) { in VisitConceptDecl() function in ASTDeclWriter
H A DASTReaderDecl.cpp2381 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