Home | History | Annotate | Download | only in Lex

Lines Matching refs:IncludePos

1608   SourceLocation IncludePos = End;
1611 if (IncludePos.isMacroID())
1612 IncludePos = SourceMgr.getExpansionRange(IncludePos).second;
1613 FileID FID = SourceMgr.createFileID(File, IncludePos, FileCharacter);