HomeSort by relevance Sort by last modified time
    Searched refs:BodyRange (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/ARCMigrate/
TransProtectedScope.cpp 110 SourceRange BodyRange = BodyCtx.getTopStmt()->getSourceRange();
120 isInRange(I->getLocation(), BodyRange)) {
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 680 SourceRange BodyRange;
681 if (Stmt *Body = FD->getBody()) BodyRange = Body->getSourceRange();
682 CurEHLocation = BodyRange.getEnd();
685 StartFunction(GD, ResTy, Fn, FnInfo, Args, BodyRange.getBegin());
734 FinishFunction(BodyRange.getEnd());
    [all...]

Completed in 51 milliseconds