Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/include/clang/Lex/
H A DPreprocessor.h319 struct IncludeStackInfo { struct
330 IncludeStackInfo(enum CurLexerKind CurLexerKind, Module *TheSubmodule, in IncludeStackInfo() argument
342 IncludeStackInfo(IncludeStackInfo &&RHS) in IncludeStackInfo() argument
351 std::vector<IncludeStackInfo> IncludeMacroStack;
1390 IncludeMacroStack.push_back(IncludeStackInfo( in PushIncludeMacroStack()
1528 static bool IsFileLexer(const IncludeStackInfo& I) { in IsFileLexer()
/minix3/external/bsd/llvm/dist/clang/lib/Lex/
H A DPPLexerChange.cpp57 const IncludeStackInfo& ISI = IncludeMacroStack[i-1]; in getCurrentFileLexer()
557 IncludeStackInfo &ISI = *(IncludeMacroStack.end()-i-1); in HandleMicrosoftCommentPaste()
H A DPPDirectives.cpp654 IncludeStackInfo &ISEntry = IncludeMacroStack[e - i - 1]; in LookupFile()
715 IncludeStackInfo &ISEntry = IncludeMacroStack[e-i-1]; in LookupFile()
H A DPPMacroExpansion.cpp199 IncludeStackInfo &Entry = IncludeMacroStack[i-1]; in isNextPPTokenLParen()