OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:MacroExpandingLexersStack
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/lib/Lex/
PPLexerChange.cpp
552
if (!
MacroExpandingLexersStack
.empty() &&
553
MacroExpandingLexersStack
.back().first == CurTokenLexer.get())
PPMacroExpansion.cpp
1053
for (const auto &Lexer :
MacroExpandingLexersStack
) {
1061
MacroExpandingLexersStack
.push_back(std::make_pair(tokLexer, newIndex));
1066
assert(!
MacroExpandingLexersStack
.empty());
1067
size_t tokIndex =
MacroExpandingLexersStack
.back().second;
1071
MacroExpandingLexersStack
.pop_back();
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h
844
std::vector<std::pair<TokenLexer *, size_t>>
MacroExpandingLexersStack
;
Completed in 25 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026