HomeSort by: relevance | last modified time | path
    Searched refs:isPreprocessedOutput (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/llvm/dist/clang/lib/Lex/
Lexer.cpp 3107 if (!isLexingRawMode() && !PP->isPreprocessedOutput() &&
3121 !PP->isPreprocessedOutput()) {
3134 !PP->isPreprocessedOutput() &&
3633 if (!(PP && PP->isPreprocessedOutput()))
3945 PP->isPreprocessedOutput()) {
  /src/external/apache2/llvm/dist/clang/include/clang/Lex/
Preprocessor.h 982 void setPreprocessedOutput(bool IsPreprocessedOutput) {
983 PreprocessedOutput = IsPreprocessedOutput;
988 bool isPreprocessedOutput() const { return PreprocessedOutput; }

Completed in 23 milliseconds