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

  /external/clang/lib/Frontend/
PrintPreprocessedOutput.cpp 599 !PP.getCommentRetentionState();
  /external/clang/include/clang/Lex/
Preprocessor.h 544 bool getCommentRetentionState() const { return KeepComments; }
    [all...]
  /external/clang/lib/Lex/
Preprocessor.cpp 842 if (!AnyPendingTokens || getCommentRetentionState())
Lexer.cpp 125 SetCommentRetentionState(PP->getCommentRetentionState());
    [all...]

Completed in 57 milliseconds