OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:WasSkipping
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/apache2/llvm/dist/clang/include/clang/Lex/
PreprocessorLexer.h
92
void pushConditionalLevel(SourceLocation DirectiveStart, bool
WasSkipping
,
96
CI.
WasSkipping
=
WasSkipping
;
Token.h
321
bool
WasSkipping
;
/src/external/apache2/llvm/dist/clang/lib/Lex/
PPDirectives.cpp
548
CurPPLexer->pushConditionalLevel(Tok.getLocation(), /*
wasskipping
*/true,
556
CondInfo.
WasSkipping
= true; // Silence bogus warning.
562
if (!CondInfo.
WasSkipping
) {
588
if (!CondInfo.
WasSkipping
&& !CondInfo.FoundNonSkip) {
609
if (CondInfo.
WasSkipping
|| CondInfo.FoundNonSkip) {
3109
assert(!CondInfo.
WasSkipping
&& !CurPPLexer->LexingRawMode &&
/src/external/apache2/llvm/dist/clang/lib/Serialization/
ASTWriter.cpp
2179
Record.push_back(Cond.
WasSkipping
);
ASTReader.cpp
3382
bool
WasSkipping
= Record[Idx++];
3386
{Loc,
WasSkipping
, FoundNonSkip, FoundElse});
Completed in 82 milliseconds
Indexes created Wed Aug 05 00:25:39 UTC 2026