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

/freebsd-12-stable/contrib/llvm-project/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()))) {
/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp833 SourceLocation diagLoc; local
835 diagLoc = newTypeParams->begin()[prevTypeParams->size()]->getLocation();
837 diagLoc = S.getLocForEndOfToken(newTypeParams->back()->getEndLoc());
840 S.Diag(diagLoc, diag::err_objc_type_param_arity_mismatch)
872 SourceLocation diagLoc = newTypeParam->getVarianceLoc(); local
873 if (diagLoc.isInvalid())
874 diagLoc = newTypeParam->getBeginLoc();
876 auto diag = S.Diag(diagLoc,
/freebsd-12-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp2127 SourceLocation diagLoc = Tok.getLocation(); local
2131 Diag(diagLoc, diag::err_objc_parameterized_implementation)
2132 << SourceRange(diagLoc, PrevTokLocation);

Completed in 101 milliseconds