Home
last modified time | relevance | path

Searched refs:VisitConceptReference (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/
H A DDynamicRecursiveASTVisitor.cpp183 bool VisitConceptReference(ConceptReference *CR) { in VisitConceptReference() function
184 return Visitor.VisitConceptReference(CR); in VisitConceptReference()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDynamicRecursiveASTVisitor.h213 virtual bool VisitConceptReference(MaybeConst<ConceptReference> *CR) { in VisitConceptReference() function
H A DRecursiveASTVisitor.h325 bool VisitConceptReference(ConceptReference *CR) { return true; }
2613 TRY_TO(VisitConceptReference(CR));
2621 TRY_TO(VisitConceptReference(CR));