HomeSort by relevance Sort by last modified time
    Searched refs:isPreprocessedOutput (Results 1 - 3 of 3) sorted by null

  /external/clang/lib/Lex/
Lexer.cpp     [all...]
Pragma.cpp 911 if (PP.isPreprocessedOutput())
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 741 void setPreprocessedOutput(bool IsPreprocessedOutput) {
742 PreprocessedOutput = IsPreprocessedOutput;
747 bool isPreprocessedOutput() const { return PreprocessedOutput; }
    [all...]

Completed in 334 milliseconds