Home
last modified time | relevance | path

Searched refs:ConceptReference (Results 1 – 4 of 4) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/include/clang/AST/
H A DASTConcept.h101 class ConceptReference {
128 ConceptReference(NestedNameSpecifierLoc NNS, SourceLocation TemplateKWLoc, in ConceptReference() function
136 ConceptReference() : NestedNameSpec(), TemplateKWLoc(), ConceptName(), in ConceptReference() function
170 class TypeConstraint : public ConceptReference {
181 ConceptReference(NNS, /*TemplateKWLoc=*/SourceLocation(), ConceptNameInfo, in TypeConstraint()
H A DExprConcepts.h40 class ConceptSpecializationExpr final : public Expr, public ConceptReference,
H A DRecursiveASTVisitor.h325 bool TraverseConceptReference(const ConceptReference &C);
2398 const ConceptReference &C) {
/freebsd-13.1/contrib/llvm-project/clang/lib/AST/
H A DExprConcepts.cpp41 ConceptReference(NNS, TemplateKWLoc, ConceptNameInfo, FoundDecl, in ConceptSpecializationExpr()
61 : Expr(ConceptSpecializationExprClass, Empty), ConceptReference(), in ConceptSpecializationExpr()
95 ConceptReference(NestedNameSpecifierLoc(), SourceLocation(), in ConceptSpecializationExpr()