Home | History | Annotate | Download | only in Lex

Lines Matching refs:IncludePos

1535   SourceLocation IncludePos = End;
1538 if (IncludePos.isMacroID())
1539 IncludePos = SourceMgr.getExpansionRange(IncludePos).second;
1540 FileID FID = SourceMgr.createFileID(File, IncludePos, FileCharacter);