Home
last modified time | relevance | path

Searched refs:TargetLoc (Results 1 – 6 of 6) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
H A DUSRLocFinder.cpp424 TypeLoc TargetLoc = Loc; in VisitTypeLoc() local
427 TargetLoc = ParentTypeLoc; in VisitTypeLoc()
431 TypeLoc TargetLoc = Loc; in VisitTypeLoc() local
439 TargetLoc = ParentTypeLoc; in VisitTypeLoc()
441 auto StartLoc = StartLocationForType(TargetLoc); in VisitTypeLoc()
442 auto EndLoc = EndLocationForType(TargetLoc); in VisitTypeLoc()
448 getClosestAncestorDecl(DynTypedNode::create(TargetLoc)), in VisitTypeLoc()
449 GetNestedNameForType(TargetLoc), in VisitTypeLoc()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaExceptionSpec.cpp867 SourceLocation TargetLoc, QualType Source, in CheckSpecForTypesEquivalent() argument
876 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc, in CheckSpecForTypesEquivalent()
888 SourceLocation TargetLoc, in CheckParamExceptionSpec() argument
895 Target->getReturnType(), TargetLoc, Source->getReturnType(), in CheckParamExceptionSpec()
908 Target->getParamType(i), TargetLoc, Source->getParamType(i), in CheckParamExceptionSpec()
H A DSemaCoroutine.cpp1635 TypeSourceInfo *TargetLoc = in castForMoving() local
1639 .BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E, in castForMoving()
H A DSemaDeclCXX.cpp4598 TypeSourceInfo *TargetLoc = SemaRef.Context.getTrivialTypeSourceInfo( in CastForMoving() local
4601 return SemaRef.BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E, in CastForMoving()
H A DSemaOpenMP.cpp3289 for (SourceLocation TargetLoc : TargetLocations) { in CheckOMPRequiresDecl() local
3290 Diag(TargetLoc, diag::note_omp_requires_encountered_directive) in CheckOMPRequiresDecl()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h2016 SourceLocation TargetLoc,