Searched defs:ExpectedLoc (Results 1 - 2 of 2) sorted by relevance

/external/clang/lib/Frontend/
H A DVerifyDiagnosticConsumer.cpp376 SourceLocation ExpectedLoc; local
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/
H A DParseStmt.cpp684 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation); local
685 Diag(ExpectedLoc, diag::err_expected_after)
687 << FixItHint::CreateInsertion(ExpectedLoc, ":");
688 ColonLoc = ExpectedLoc;
761 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation); local
762 Diag(ExpectedLoc, diag::err_expected_after)
764 << FixItHint::CreateInsertion(ExpectedLoc, ":");
765 ColonLoc = ExpectedLoc;

Completed in 90 milliseconds