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

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
TransProtectedScope.cpp 111 SourceRange BodyRange = BodyCtx.getTopStmt()->getSourceRange();
121 isInRange(I->getLocation(), BodyRange)) {
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CodeGenFunction.cpp 1296 SourceRange BodyRange;
1298 BodyRange = Body->getSourceRange();
1300 BodyRange = FD->getLocation();
1301 CurEHLocation = BodyRange.getEnd();
1330 StartFunction(GD, ResTy, Fn, FnInfo, Args, Loc, BodyRange.getBegin());
1391 FinishFunction(BodyRange.getEnd());

Completed in 36 milliseconds