Home
last modified time | relevance | path

Searched refs:getConceptNameLoc (Results 1 – 10 of 10) 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()
253 SourceLocation getConceptNameLoc() const { in getConceptNameLoc() function
254 return ConceptRef->getConceptNameLoc(); in getConceptNameLoc()
H A DTypeLoc.h2219 SourceLocation getConceptNameLoc() const { in getConceptNameLoc() function
2221 return CR->getConceptNameLoc(); in getConceptNameLoc()
2279 : getConceptNameLoc())) in getLocalSourceRange()
/freebsd/contrib/llvm-project/clang/lib/Index/
H A DIndexBody.cpp498 IndexCtx.handleReference(R->getNamedConcept(), R->getConceptNameLoc(), in VisitConceptSpecializationExpr()
504 IndexCtx.handleReference(C->getNamedConcept(), C->getConceptNameLoc(), in TraverseTypeConstraint()
H A DIndexTypeSourceInfo.cpp85 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 DSemaTemplateDeduction.cpp5035 S.Diag(TypeLoc.getConceptNameLoc(), in CheckDeducedPlaceholderConstraints()
H A DSemaTemplateInstantiateDecl.cpp2931 SourceRange(TC->getConceptNameLoc(), in VisitTemplateTypeParmDecl()
H A DTreeTransform.h7106 TL.getConceptNameLoc(), T->getTypeConstraintConcept())); in TransformAutoType()
7147 TL.getConceptNameLoc(), in TransformAutoType()
H A DSemaType.cpp6368 CheckConstrainedAuto(AT, TL.getConceptNameLoc()); in ActOnTypeName()
H A DSemaDecl.cpp7446 CheckConstrainedAuto(AT, TL.getConceptNameLoc()); in ActOnVariableDeclarator()