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 339 SourceLocation ExpectedLoc;
341 ExpectedLoc = Pos;
354 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), ExpectedLine, 1);
359 ExpectedLoc = SM.translateLineCol(SM.getFileID(Pos), Line, 1);
362 if (ExpectedLoc.isInvalid()) {
436 Directive *D = Directive::create(RegexKind, Pos, ExpectedLoc, Text,
  /external/clang/lib/Parse/
ParseStmt.cpp 563 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation);
564 Diag(ExpectedLoc, diag::err_expected_colon_after) << "'case'"
565 << FixItHint::CreateInsertion(ExpectedLoc, ":");
566 ColonLoc = ExpectedLoc;
639 SourceLocation ExpectedLoc = PP.getLocForEndOfToken(PrevTokLocation);
640 Diag(ExpectedLoc, diag::err_expected_colon_after) << "'default'"
641 << FixItHint::CreateInsertion(ExpectedLoc, ":");
642 ColonLoc = ExpectedLoc;
    [all...]

Completed in 48 milliseconds