Searched refs:getPreprocessorOutputOpts (Results 1 - 7 of 7) sorted by relevance

/external/clang/include/clang/Frontend/
H A DCompilerInvocation.h199 PreprocessorOutputOptions &getPreprocessorOutputOpts() { function in class:clang::CompilerInvocation
202 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { function in class:clang::CompilerInvocation
H A DCompilerInstance.h281 PreprocessorOutputOptions &getPreprocessorOutputOpts() { function in class:clang::CompilerInstance
282 return Invocation->getPreprocessorOutputOpts();
284 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { function in class:clang::CompilerInstance
285 return Invocation->getPreprocessorOutputOpts();
/external/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp90 if (CI.getPreprocessorOutputOpts().RewriteIncludes) {
/external/clang/lib/Rewrite/Frontend/
H A DFrontendActions.cpp191 CI.getPreprocessorOutputOpts());
/external/clang/lib/Frontend/
H A DFrontendActions.cpp653 CI.getPreprocessorOutputOpts());
H A DCompilerInstance.cpp330 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP);
H A DCompilerInvocation.cpp1839 ParsePreprocessorOutputArgs(Res.getPreprocessorOutputOpts(), *Args,

Completed in 456 milliseconds