Home
last modified time | relevance | path

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

/external/clang/include/clang/Lex/
DPreprocessor.h179 bool PreprocessedOutput : 1; variable
749 PreprocessedOutput = IsPreprocessedOutput; in setPreprocessedOutput()
754 bool isPreprocessedOutput() const { return PreprocessedOutput; } in isPreprocessedOutput()
/external/clang/lib/Lex/
DPreprocessor.cpp108 PreprocessedOutput = false; in Preprocessor()