Searched refs:getConceptNameLoc (Results 1 – 12 of 12) 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() 257 SourceLocation getConceptNameLoc() const { in getConceptNameLoc() function 258 return ConceptRef->getConceptNameLoc(); in getConceptNameLoc()
|
| H A D | ExprConcepts.h | 95 SourceLocation getConceptNameLoc() const { in getConceptNameLoc() function 96 return ConceptRef->getConceptNameLoc(); in getConceptNameLoc()
|
| H A D | TypeLoc.h | 2275 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 D | IndexBody.cpp | 503 IndexCtx.handleReference(R->getNamedConcept(), R->getConceptNameLoc(), in VisitConceptSpecializationExpr() 509 IndexCtx.handleReference(C->getNamedConcept(), C->getConceptNameLoc(), in TraverseTypeConstraint()
|
| H A D | IndexTypeSourceInfo.cpp | 86 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 | SemaConcept.cpp | 693 ConstraintExpr->getConceptNameLoc(), MLTAL, Satisfaction) in CheckConstraintSatisfaction()
|
| H A D | SemaTemplateDeduction.cpp | 5148 S.Diag(TypeLoc.getConceptNameLoc(), in CheckDeducedPlaceholderConstraints()
|
| H A D | SemaTemplateInstantiateDecl.cpp | 3476 SourceRange(TC->getConceptNameLoc(), in VisitTemplateTypeParmDecl()
|
| H A D | TreeTransform.h | 7340 TL.getConceptNameLoc(), T->getTypeConstraintConcept())); in TransformAutoType() 7381 TL.getConceptNameLoc(), in TransformAutoType()
|
| H A D | SemaType.cpp | 6386 CheckConstrainedAuto(AT, TL.getConceptNameLoc()); in ActOnTypeName()
|
| H A D | SemaDecl.cpp | 7629 CheckConstrainedAuto(AT, TL.getConceptNameLoc()); in ActOnVariableDeclarator()
|