Searched refs:BodyRange (Results 1 - 2 of 2) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/ARCMigrate/
H A DTransProtectedScope.cpp110 SourceRange BodyRange = BodyCtx.getTopStmt()->getSourceRange(); local
120 isInRange(I->getLocation(), BodyRange)) {
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCodeGenFunction.cpp954 SourceRange BodyRange; local
955 if (Stmt *Body = FD->getBody()) BodyRange = Body->getSourceRange();
956 CurEHLocation = BodyRange.getEnd();
972 StartFunction(GD, ResTy, Fn, FnInfo, Args, Loc, BodyRange.getBegin());
1027 FinishFunction(BodyRange.getEnd());

Completed in 80 milliseconds