Home
last modified time | relevance | path

Searched refs:isPreprocessedOutput (Results 1 – 5 of 5) sorted by relevance

/external/clang/lib/Lex/
DLexer.cpp2839 if (!isLexingRawMode() && !PP->isPreprocessedOutput() && in CheckUnicodeWhitespace()
2853 !PP->isPreprocessedOutput()) { in LexUnicode()
2864 !PP->isPreprocessedOutput() && in LexUnicode()
3353 if (!(PP && PP->isPreprocessedOutput())) in LexTokenInternal()
3641 PP->isPreprocessedOutput()) { in LexTokenInternal()
DPragma.cpp928 if (PP.isPreprocessedOutput()) in HandleCaptured()
/external/llvm-project/clang/lib/Lex/
DLexer.cpp3105 if (!isLexingRawMode() && !PP->isPreprocessedOutput() && in CheckUnicodeWhitespace()
3119 !PP->isPreprocessedOutput()) { in LexUnicode()
3132 !PP->isPreprocessedOutput() && in LexUnicode()
3631 if (!(PP && PP->isPreprocessedOutput())) in LexTokenInternal()
3943 PP->isPreprocessedOutput()) { in LexTokenInternal()
/external/clang/include/clang/Lex/
DPreprocessor.h754 bool isPreprocessedOutput() const { return PreprocessedOutput; } in isPreprocessedOutput() function
/external/llvm-project/clang/include/clang/Lex/
DPreprocessor.h988 bool isPreprocessedOutput() const { return PreprocessedOutput; } in isPreprocessedOutput() function