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

/external/clang/lib/ARCMigrate/
H A DARCMT.cpp35 FullSourceLoc diagLoc = I->getLocation(); local
38 !diagLoc.isBeforeInTranslationUnitThan(range.getBegin()) &&
39 (diagLoc == range.getEnd() ||
40 diagLoc.isBeforeInTranslationUnitThan(range.getEnd()))) {
64 FullSourceLoc diagLoc = I->getLocation(); local
67 !diagLoc.isBeforeInTranslationUnitThan(range.getBegin()) &&
68 (diagLoc == range.getEnd() ||
69 diagLoc.isBeforeInTranslationUnitThan(range.getEnd()))) {
/external/clang/lib/Sema/
H A DSemaChecking.cpp4447 SourceLocation diagLoc;
4450 diagLoc = stackE->getLocStart();
4457 diagLoc = refVars[0]->getLocStart();
4462 S.Diag(diagLoc, lhsType->isReferenceType() ? diag::warn_ret_stack_ref
4466 S.Diag(diagLoc, diag::err_ret_local_block) << diagRange;
4468 S.Diag(diagLoc, diag::warn_ret_addr_label) << diagRange;
4470 S.Diag(diagLoc, lhsType->isReferenceType() ? diag::warn_ret_local_temp_ref

Completed in 481 milliseconds