Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h326 struct IncludeStackInfo { struct
337 IncludeStackInfo(enum CurLexerKind CurLexerKind, Module *TheSubmodule, in IncludeStackInfo() argument
349 IncludeStackInfo(IncludeStackInfo &&RHS) in IncludeStackInfo() argument
358 std::vector<IncludeStackInfo> IncludeMacroStack;
1836 static bool IsFileLexer(const IncludeStackInfo& I) { in IsFileLexer()
/external/llvm-project/clang/lib/Lex/
DPPLexerChange.cpp42 [&](const IncludeStackInfo &ISI) -> bool { return IsFileLexer(ISI); }); in isInPrimaryFile()
53 for (const IncludeStackInfo &ISI : llvm::reverse(IncludeMacroStack)) { in getCurrentFileLexer()
594 for (const IncludeStackInfo &ISI : llvm::reverse(IncludeMacroStack)) { in HandleMicrosoftCommentPaste()
DPPDirectives.cpp767 for (IncludeStackInfo &ISEntry : llvm::reverse(IncludeMacroStack)) { in LookupFile()
830 for (IncludeStackInfo &ISEntry : llvm::reverse(IncludeMacroStack)) { in LookupFile()
DPPMacroExpansion.cpp447 for (const IncludeStackInfo &Entry : llvm::reverse(IncludeMacroStack)) { in isNextPPTokenLParen()
/external/clang/lib/Lex/
DPPLexerChange.cpp58 const IncludeStackInfo& ISI = IncludeMacroStack[i-1]; in getCurrentFileLexer()
570 IncludeStackInfo &ISI = *(IncludeMacroStack.end()-i-1); in HandleMicrosoftCommentPaste()
DPPDirectives.cpp789 IncludeStackInfo &ISEntry = IncludeMacroStack[e - i - 1]; in LookupFile()
853 IncludeStackInfo &ISEntry = IncludeMacroStack[e-i-1]; in LookupFile()
DPPMacroExpansion.cpp394 IncludeStackInfo &Entry = IncludeMacroStack[i-1]; in isNextPPTokenLParen()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h537 struct IncludeStackInfo { struct
547 IncludeStackInfo(enum CurLexerKind CurLexerKind, Module *TheSubmodule, in IncludeStackInfo() argument
558 std::vector<IncludeStackInfo> IncludeMacroStack;
2199 static bool IsFileLexer(const IncludeStackInfo& I) { in IsFileLexer()