Home
last modified time | relevance | path

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

/external/llvm-project/clang/include/clang/AST/
DTextNodeDumper.h372 void VisitConceptDecl(const ConceptDecl *D);
DASTNodeTraverser.h590 void VisitConceptDecl(const ConceptDecl *D) { in VisitConceptDecl() function
/external/llvm-project/clang/lib/Serialization/
DASTWriterDecl.cpp108 void VisitConceptDecl(ConceptDecl *D);
1484 void ASTDeclWriter::VisitConceptDecl(ConceptDecl *D) { in VisitConceptDecl() function in ASTDeclWriter
DASTReaderDecl.cpp382 void VisitConceptDecl(ConceptDecl *D);
2065 void ASTDeclReader::VisitConceptDecl(ConceptDecl *D) { in VisitConceptDecl() function in ASTDeclReader
/external/llvm-project/clang/lib/AST/
DTextNodeDumper.cpp2282 void TextNodeDumper::VisitConceptDecl(const ConceptDecl *D) { in VisitConceptDecl() function in TextNodeDumper
/external/llvm-project/clang/lib/Sema/
DSemaTemplateInstantiateDecl.cpp3715 Decl *TemplateDeclInstantiator::VisitConceptDecl(ConceptDecl *D) { in VisitConceptDecl() function in TemplateDeclInstantiator