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

Completed in 571 milliseconds