OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ExpectedLoc
(Results
1 - 2
of
2
) sorted by null
/external/clang/lib/Frontend/
VerifyDiagnosticConsumer.cpp
346
SourceLocation
ExpectedLoc
;
348
ExpectedLoc
= Pos;
361
ExpectedLoc
= SM.translateLineCol(SM.getFileID(Pos), ExpectedLine, 1);
366
ExpectedLoc
= SM.translateLineCol(SM.getFileID(Pos), Line, 1);
386
ExpectedLoc
= SM.translateFileLineCol(FE, Line, 1);
389
if (
ExpectedLoc
.isInvalid()) {
463
Directive *D = Directive::create(RegexKind, Pos,
ExpectedLoc
, Text,
/external/clang/lib/Parse/
ParseStmt.cpp
583
SourceLocation
ExpectedLoc
= PP.getLocForEndOfToken(PrevTokLocation);
584
Diag(
ExpectedLoc
, diag::err_expected_colon_after) << "'case'"
585
<< FixItHint::CreateInsertion(
ExpectedLoc
, ":");
586
ColonLoc =
ExpectedLoc
;
659
SourceLocation
ExpectedLoc
= PP.getLocForEndOfToken(PrevTokLocation);
660
Diag(
ExpectedLoc
, diag::err_expected_colon_after) << "'default'"
661
<< FixItHint::CreateInsertion(
ExpectedLoc
, ":");
662
ColonLoc =
ExpectedLoc
;
[
all
...]
Completed in 29 milliseconds