Searched refs:getConceptNameLoc (Results 1 – 10 of 10) sorted by relevance
/freebsd/contrib/llvm-project/clang/include/clang/AST/ |
H A D | ASTConcept.h | 170 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 D | TypeLoc.h | 2219 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 D | IndexBody.cpp | 498 IndexCtx.handleReference(R->getNamedConcept(), R->getConceptNameLoc(), in VisitConceptSpecializationExpr() 504 IndexCtx.handleReference(C->getNamedConcept(), C->getConceptNameLoc(), in TraverseTypeConstraint()
|
H A D | IndexTypeSourceInfo.cpp | 85 return IndexCtx.handleReference(C, TL.getConceptNameLoc(), Parent, in VisitAutoTypeLoc()
|
H A D | IndexDecl.cpp | 709 IndexCtx.handleReference(C->getNamedConcept(), C->getConceptNameLoc(), in indexTemplateParameters()
|
/freebsd/contrib/llvm-project/clang/lib/Sema/ |
H A D | SemaTemplateDeduction.cpp | 5035 S.Diag(TypeLoc.getConceptNameLoc(), in CheckDeducedPlaceholderConstraints()
|
H A D | SemaTemplateInstantiateDecl.cpp | 2931 SourceRange(TC->getConceptNameLoc(), in VisitTemplateTypeParmDecl()
|
H A D | TreeTransform.h | 7106 TL.getConceptNameLoc(), T->getTypeConstraintConcept())); in TransformAutoType() 7147 TL.getConceptNameLoc(), in TransformAutoType()
|
H A D | SemaType.cpp | 6368 CheckConstrainedAuto(AT, TL.getConceptNameLoc()); in ActOnTypeName()
|
H A D | SemaDecl.cpp | 7446 CheckConstrainedAuto(AT, TL.getConceptNameLoc()); in ActOnVariableDeclarator()
|