Searched refs:TargetLoc (Results 1 – 6 of 6) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/Refactoring/Rename/ |
| H A D | USRLocFinder.cpp | 425 TypeLoc TargetLoc = Loc; in VisitTypeLoc() local 428 TargetLoc = ParentTypeLoc; in VisitTypeLoc() 432 TypeLoc TargetLoc = Loc; in VisitTypeLoc() local 440 TargetLoc = ParentTypeLoc; in VisitTypeLoc() 442 auto StartLoc = StartLocationForType(TargetLoc); in VisitTypeLoc() 443 auto EndLoc = EndLocationForType(TargetLoc); in VisitTypeLoc() 449 getClosestAncestorDecl(DynTypedNode::create(TargetLoc)), in VisitTypeLoc() 450 GetNestedNameForType(TargetLoc), in VisitTypeLoc()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Sema/ |
| H A D | SemaExceptionSpec.cpp | 879 SourceLocation TargetLoc, QualType Source, in CheckSpecForTypesEquivalent() argument 888 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc, in CheckSpecForTypesEquivalent() 900 SourceLocation TargetLoc, const FunctionProtoType *Source, in CheckParamExceptionSpec() argument 906 Target->getReturnType(), TargetLoc, Source->getReturnType(), in CheckParamExceptionSpec() 921 TargetLoc, Source->getParamType(SkipSourceFirstParameter ? 1 : 0), in CheckParamExceptionSpec()
|
| H A D | SemaCoroutine.cpp | 1934 TypeSourceInfo *TargetLoc = in castForMoving() local 1938 .BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E, in castForMoving()
|
| H A D | SemaDeclCXX.cpp | 4911 TypeSourceInfo *TargetLoc = SemaRef.Context.getTrivialTypeSourceInfo( in CastForMoving() local 4914 return SemaRef.BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E, in CastForMoving()
|
| H A D | SemaOpenMP.cpp | 3564 for (SourceLocation TargetLoc : TargetLocations) { in CheckOMPRequiresDecl() local 3565 Diag(TargetLoc, diag::note_omp_requires_encountered_directive) in CheckOMPRequiresDecl()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/ |
| H A D | Sema.h | 2204 SourceLocation TargetLoc, const FunctionProtoType *Source,
|