Home
last modified time | relevance | path

Searched refs:IncludeStackInfo (Results 1 – 4 of 4) sorted by relevance

/external/clang/include/clang/Lex/
DPreprocessor.h248 struct IncludeStackInfo { struct
256 IncludeStackInfo(enum CurLexerKind K, Lexer *L, PTHLexer* P, in IncludeStackInfo() argument
262 std::vector<IncludeStackInfo> IncludeMacroStack;
1138 IncludeMacroStack.push_back(IncludeStackInfo(CurLexerKind, in PushIncludeMacroStack()
1257 static bool IsFileLexer(const IncludeStackInfo& I) { in IsFileLexer()
/external/clang/lib/Lex/
DPPLexerChange.cpp57 const IncludeStackInfo& ISI = IncludeMacroStack[i-1]; in getCurrentFileLexer()
444 IncludeStackInfo &ISI = *(IncludeMacroStack.end()-i-1); in HandleMicrosoftCommentPaste()
DPPMacroExpansion.cpp171 IncludeStackInfo &Entry = IncludeMacroStack[i-1]; in isNextPPTokenLParen()
DPPDirectives.cpp548 IncludeStackInfo &ISEntry = IncludeMacroStack[e-i-1]; in LookupFile()