HomeSort by: relevance | last modified time | path
    Searched defs:TargetLoc (Results 1 - 2 of 2) 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/
SemaCoroutine.cpp 1635 TypeSourceInfo *TargetLoc =
1639 .BuildCXXNamedCast(ExprLoc, tok::kw_static_cast, TargetLoc, E,

Completed in 39 milliseconds