HomeSort by: relevance | last modified time | path
    Searched refs:diagLoc (Results 1 - 3 of 3) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/ARCMigrate/
ARCMT.cpp 37 FullSourceLoc diagLoc = I->getLocation();
40 !diagLoc.isBeforeInTranslationUnitThan(range.getBegin()) &&
41 (diagLoc == range.getEnd() ||
42 diagLoc.isBeforeInTranslationUnitThan(range.getEnd()))) {
66 FullSourceLoc diagLoc = I->getLocation();
69 !diagLoc.isBeforeInTranslationUnitThan(range.getBegin()) &&
70 (diagLoc == range.getEnd() ||
71 diagLoc.isBeforeInTranslationUnitThan(range.getEnd()))) {
  /src/external/apache2/llvm/dist/clang/lib/Sema/
SemaDeclObjC.cpp 834 SourceLocation diagLoc;
836 diagLoc = newTypeParams->begin()[prevTypeParams->size()]->getLocation();
838 diagLoc = S.getLocForEndOfToken(newTypeParams->back()->getEndLoc());
841 S.Diag(diagLoc, diag::err_objc_type_param_arity_mismatch)
873 SourceLocation diagLoc = newTypeParam->getVarianceLoc();
874 if (diagLoc.isInvalid())
875 diagLoc = newTypeParam->getBeginLoc();
877 auto diag = S.Diag(diagLoc,
  /src/external/apache2/llvm/dist/clang/lib/Parse/
ParseObjc.cpp 2131 SourceLocation diagLoc = Tok.getLocation();
2135 Diag(diagLoc, diag::err_objc_parameterized_implementation)
2136 << SourceRange(diagLoc, PrevTokLocation);

Completed in 35 milliseconds