Home
last modified time | relevance | path

Searched refs:PreprocessedOutput (Results 1 – 2 of 2) sorted by relevance

/external/clang/include/clang/Lex/
DPreprocessor.h178 bool PreprocessedOutput : 1; variable
742 PreprocessedOutput = IsPreprocessedOutput; in setPreprocessedOutput()
747 bool isPreprocessedOutput() const { return PreprocessedOutput; } in isPreprocessedOutput()
/external/clang/lib/Lex/
DPreprocessor.cpp105 PreprocessedOutput = false; in Preprocessor()