Home
last modified time | relevance | path

Searched refs:getConceptNameLoc (Results 1 – 12 of 12) sorted by relevance

/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTConcept.h170 SourceLocation getConceptNameLoc() const { in getConceptNameLoc() function
176 SourceLocation getLocation() const { return getConceptNameLoc(); } in getLocation()
257 SourceLocation getConceptNameLoc() const { in getConceptNameLoc() function
258 return ConceptRef->getConceptNameLoc(); in getConceptNameLoc()
H A DExprConcepts.h95 SourceLocation getConceptNameLoc() const { in getConceptNameLoc() function
96 return ConceptRef->getConceptNameLoc(); in getConceptNameLoc()
H A DTypeLoc.h2275 SourceLocation getConceptNameLoc() const { in getConceptNameLoc() function
2277 return CR->getConceptNameLoc(); in getConceptNameLoc()
2335 : getConceptNameLoc())) in getLocalSourceRange()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp503 IndexCtx.handleReference(R->getNamedConcept(), R->getConceptNameLoc(), in VisitConceptSpecializationExpr()
509 IndexCtx.handleReference(C->getNamedConcept(), C->getConceptNameLoc(), in TraverseTypeConstraint()
H A DIndexTypeSourceInfo.cpp86 return IndexCtx.handleReference(C, TL.getConceptNameLoc(), Parent, in VisitAutoTypeLoc()
H A DIndexDecl.cpp709 IndexCtx.handleReference(C->getNamedConcept(), C->getConceptNameLoc(), in indexTemplateParameters()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaConcept.cpp693 ConstraintExpr->getConceptNameLoc(), MLTAL, Satisfaction) in CheckConstraintSatisfaction()
H A DSemaTemplateDeduction.cpp5148 S.Diag(TypeLoc.getConceptNameLoc(), in CheckDeducedPlaceholderConstraints()
H A DSemaTemplateInstantiateDecl.cpp3476 SourceRange(TC->getConceptNameLoc(), in VisitTemplateTypeParmDecl()
H A DTreeTransform.h7340 TL.getConceptNameLoc(), T->getTypeConstraintConcept())); in TransformAutoType()
7381 TL.getConceptNameLoc(), in TransformAutoType()
H A DSemaType.cpp6386 CheckConstrainedAuto(AT, TL.getConceptNameLoc()); in ActOnTypeName()
H A DSemaDecl.cpp7629 CheckConstrainedAuto(AT, TL.getConceptNameLoc()); in ActOnVariableDeclarator()