Home | History | Annotate | Download | only in Lex

Lines Matching refs:IncludePos

1675   SourceLocation IncludePos = End;
1678 if (IncludePos.isMacroID())
1679 IncludePos = SourceMgr.getExpansionRange(IncludePos).second;
1680 FileID FID = SourceMgr.createFileID(File, IncludePos, FileCharacter);