Home
last modified time | relevance | path

Searched refs:setPreprocessedOutput (Results 1 – 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/llvm/tools/clang/include/clang/Lex/
DPreprocessor.h495 void setPreprocessedOutput(bool IsPreprocessedOutput) { in setPreprocessedOutput() function
/freebsd-10-stable/contrib/llvm/tools/clang/lib/Frontend/
DCompilerInstance.cpp243 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP); in createPreprocessor()