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 899 if (PP.isPreprocessedOutput())
    [all...]
  /external/clang/include/clang/Lex/
Preprocessor.h 492 void setPreprocessedOutput(bool IsPreprocessedOutput) {
493 PreprocessedOutput = IsPreprocessedOutput;
498 bool isPreprocessedOutput() const { return PreprocessedOutput; }
    [all...]

Completed in 739 milliseconds