Home
last modified time | relevance | path

Searched refs:ParsingIfOrElifDirective (Results 1 – 6 of 6) sorted by relevance

/external/clang/include/clang/Lex/
DPreprocessor.h182 bool ParsingIfOrElifDirective; variable
724 return ParsingIfOrElifDirective; in isParsingIfOrElifDirective()
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h225 bool ParsingIfOrElifDirective; variable
958 return ParsingIfOrElifDirective; in isParsingIfOrElifDirective()
/external/clang/lib/Lex/
DPreprocessor.cpp107 ParsingIfOrElifDirective = false; in Preprocessor()
DPPExpressions.cpp801 SaveAndRestore<bool> PPDir(ParsingIfOrElifDirective, true); in EvaluateDirectiveExpression()
/external/llvm-project/clang/lib/Lex/
DPPExpressions.cpp845 SaveAndRestore<bool> PPDir(ParsingIfOrElifDirective, true); in EvaluateDirectiveExpression()
DPreprocessor.cpp110 ParsingIfOrElifDirective = false; in Preprocessor()