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

/external/clang/lib/ARCMigrate/
H A DARCMT.cpp36 FullSourceLoc diagLoc = I->getLocation(); local
39 !diagLoc.isBeforeInTranslationUnitThan(range.getBegin()) &&
40 (diagLoc == range.getEnd() ||
41 diagLoc.isBeforeInTranslationUnitThan(range.getEnd()))) {
65 FullSourceLoc diagLoc = I->getLocation(); local
68 !diagLoc.isBeforeInTranslationUnitThan(range.getBegin()) &&
69 (diagLoc == range.getEnd() ||
70 diagLoc.isBeforeInTranslationUnitThan(range.getEnd()))) {
/external/clang/lib/Sema/
H A DSemaDeclObjC.cpp757 SourceLocation diagLoc; local
759 diagLoc = newTypeParams->begin()[prevTypeParams->size()]->getLocation();
761 diagLoc = S.getLocForEndOfToken(newTypeParams->back()->getLocEnd());
764 S.Diag(diagLoc, diag::err_objc_type_param_arity_mismatch)
796 SourceLocation diagLoc = newTypeParam->getVarianceLoc(); local
797 if (diagLoc.isInvalid())
798 diagLoc = newTypeParam->getLocStart();
800 auto diag = S.Diag(diagLoc,
H A DSemaChecking.cpp6522 SourceLocation diagLoc;
6525 diagLoc = stackE->getLocStart();
6532 diagLoc = refVars[0]->getLocStart();
6538 S.Diag(diagLoc, diag::warn_ret_stack_addr_ref) << lhsType->isReferenceType()
6541 S.Diag(diagLoc, diag::err_ret_local_block) << diagRange;
6543 S.Diag(diagLoc, diag::warn_ret_addr_label) << diagRange;
6545 S.Diag(diagLoc, diag::warn_ret_local_temp_addr_ref)
/external/clang/lib/Parse/
H A DParseObjc.cpp2146 SourceLocation diagLoc = Tok.getLocation(); local
2150 Diag(diagLoc, diag::err_objc_parameterized_implementation)
2151 << SourceRange(diagLoc, PrevTokLocation);

Completed in 218 milliseconds