Home
last modified time | relevance | path

Searched defs:WasSkipping (Results 1 – 5 of 5) sorted by relevance

/external/clang/include/clang/Lex/
DPreprocessorLexer.h97 void pushConditionalLevel(SourceLocation DirectiveStart, bool WasSkipping, in pushConditionalLevel()
DToken.h311 bool WasSkipping; member
/external/llvm-project/clang/include/clang/Lex/
DPreprocessorLexer.h92 void pushConditionalLevel(SourceLocation DirectiveStart, bool WasSkipping, in pushConditionalLevel()
DToken.h321 bool WasSkipping; member
/external/llvm-project/clang/lib/Serialization/
DASTReader.cpp3340 bool WasSkipping = Record[Idx++]; in ReadASTBlock() local