HomeSort by: relevance | last modified time | path
    Searched refs:TargetLoc (Results 1 - 6 of 6) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Tooling/Refactoring/Rename/
USRLocFinder.cpp 424 TypeLoc TargetLoc = Loc;
427 TargetLoc = ParentTypeLoc;
431 TypeLoc TargetLoc = Loc;
439 TargetLoc = ParentTypeLoc;
441 auto StartLoc = StartLocationForType(TargetLoc);
442 auto EndLoc = EndLocationForType(TargetLoc);
448 getClosestAncestorDecl(DynTypedNode::create(TargetLoc)),
449 GetNestedNameForType(TargetLoc),
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaExceptionSpec.cpp 867 SourceLocation TargetLoc, QualType Source,
876 return S.CheckEquivalentExceptionSpec(DiagID, NoteID, TFunc, TargetLoc,
888 SourceLocation TargetLoc,
895 Target->getReturnType(), TargetLoc, Source->getReturnType(),
908 Target->getParamType(i), TargetLoc, Source->getParamType(i),
SemaCoroutine.cpp 1635 TypeSourceInfo *TargetLoc =
1639 .BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E,
SemaDeclCXX.cpp 4598 TypeSourceInfo *TargetLoc = SemaRef.Context.getTrivialTypeSourceInfo(
4601 return SemaRef.BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E,
SemaOpenMP.cpp 3289 for (SourceLocation TargetLoc : TargetLocations) {
3290 Diag(TargetLoc, diag::note_omp_requires_encountered_directive)
  /src/external/apache2/llvm/dist/clang/include/clang/Sema/
Sema.h 2016 SourceLocation TargetLoc,

Completed in 47 milliseconds