HomeSort by relevance Sort by last modified time
    Searched refs:ExpectedLoc (Results 1 - 2 of 2) sorted by null

  /external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp 376 SourceLocation ExpectedLoc;
379 ExpectedLoc = Pos;
392 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), ExpectedLine, 1);
397 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), Line, 1);
417 ExpectedLoc = SM.translateFileLineCol(FE, Line, 1);
420 ExpectedLoc = SM.translateFileLineCol(FE, 1, 1);
424 if (ExpectedLoc.isInvalid()) {
506 Directive::create(RegexKind, Pos, ExpectedLoc, MatchAnyLine, Text,
  /external/clang/lib/Parse/
ParseStmt.cpp 684 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation);
685 Diag(ExpectedLoc, diag::err_expected_after)
687 << FixItHint::CreateInsertion(ExpectedLoc, ":");
688 ColonLoc = ExpectedLoc;
761 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation);
762 Diag(ExpectedLoc, diag::err_expected_after)
764 << FixItHint::CreateInsertion(ExpectedLoc, ":");
765 ColonLoc = ExpectedLoc;
    [all...]

Completed in 1848 milliseconds