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();
115 isInRange(I->getLocation(), BodyRange)) {
  /external/clang/lib/CodeGen/
CodeGenFunction.cpp 564 SourceRange BodyRange;
565 if (Stmt *Body = FD->getBody()) BodyRange = Body->getSourceRange();
568 StartFunction(GD, ResTy, Fn, FnInfo, Args, BodyRange.getBegin());
617 FinishFunction(BodyRange.getEnd());
    [all...]

Completed in 577 milliseconds