Searched refs:ISEntry (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Lex/
H A DPPDirectives.cpp594 IncludeStackInfo &ISEntry = IncludeMacroStack[e - i - 1]; local
595 if (IsFileLexer(ISEntry))
597 ISEntry.ThePPLexer->getFileID())))
633 IncludeStackInfo &ISEntry = IncludeMacroStack[e-i-1]; local
634 if (IsFileLexer(ISEntry)) {
636 SourceMgr.getFileEntryForID(ISEntry.ThePPLexer->getFileID()))) {

Completed in 102 milliseconds