Home
last modified time | relevance | path

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

/external/clang/include/clang/Frontend/
DCompilerInstance.h300 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
301 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
303 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
304 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
DCompilerInvocation.h199 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
202 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp195 CI.getPreprocessorOutputOpts()); in ExecuteAction()
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp82 if (CI.getPreprocessorOutputOpts().RewriteIncludes) in CreateFrontendBaseAction()
/external/clang/lib/Frontend/
DFrontendActions.cpp670 CI.getPreprocessorOutputOpts()); in ExecuteAction()
DCompilerInstance.cpp330 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP); in createPreprocessor()
DCompilerInvocation.cpp1887 ParsePreprocessorOutputArgs(Res.getPreprocessorOutputOpts(), *Args, in CreateFromArgs()