Searched defs:BodyRange (Results 1 - 2 of 2) sorted by last modified time

/external/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp110 SourceRange BodyRange = BodyCtx.getTopStmt()->getSourceRange(); local
120 isInRange(I->getLocation(), BodyRange)) {
/external/clang/lib/CodeGen/
H A DCodeGenFunction.cpp782 SourceRange BodyRange; local
783 if (Stmt *Body = FD->getBody()) BodyRange = Body->getSourceRange();
784 CurEHLocation = BodyRange.getEnd();
800 StartFunction(GD, ResTy, Fn, FnInfo, Args, Loc, BodyRange.getBegin());
857 FinishFunction(BodyRange.getEnd());

Completed in 108 milliseconds