Home | History | Annotate | Download | only in Lex

Lines Matching refs:NextLoc

1305       SourceLocation NextLoc = PLoc.getIncludeLoc();
1306 while (NextLoc.isValid()) {
1307 PLoc = SourceMgr.getPresumedLoc(NextLoc);
1311 NextLoc = PLoc.getIncludeLoc();