Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp258 Instance.getPreprocessorOutputOpts().RewriteImports = false; in visitModuleFile()
295 if (CI.getPreprocessorOutputOpts().RewriteImports) { in BeginSourceFileAction()
309 if (CI.getPreprocessorOutputOpts().RewriteImports) { in ExecuteAction()
314 CI.getPreprocessorOutputOpts()); in ExecuteAction()
319 CI.getPreprocessorOutputOpts()); in ExecuteAction()
/external/clang/include/clang/Frontend/
DCompilerInvocation.h203 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
206 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
DCompilerInstance.h308 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
309 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
311 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
312 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
/external/llvm-project/clang/include/clang/Frontend/
DCompilerInvocation.h230 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
234 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
DCompilerInstance.h316 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
317 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
319 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
320 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
/external/llvm-project/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp98 if (CI.getPreprocessorOutputOpts().RewriteIncludes || in CreateFrontendBaseAction()
99 CI.getPreprocessorOutputOpts().RewriteImports) in CreateFrontendBaseAction()
/external/clang/lib/Frontend/Rewrite/
DFrontendActions.cpp196 CI.getPreprocessorOutputOpts()); in ExecuteAction()
/external/clang/lib/FrontendTool/
DExecuteCompilerInvocation.cpp85 if (CI.getPreprocessorOutputOpts().RewriteIncludes) in CreateFrontendBaseAction()
/external/clang/lib/Frontend/
DFrontendActions.cpp719 CI.getPreprocessorOutputOpts()); in ExecuteAction()
DCompilerInstance.cpp340 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP); in createPreprocessor()
DCompilerInvocation.cpp2395 ParsePreprocessorOutputArgs(Res.getPreprocessorOutputOpts(), Args, in CreateFromArgs()
/external/llvm-project/clang/lib/Frontend/
DFrontendActions.cpp862 CI.getPreprocessorOutputOpts()); in ExecuteAction()
DCompilerInstance.cpp429 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP); in createPreprocessor()
DCompilerInvocation.cpp3912 ParsePreprocessorOutputArgs(Res.getPreprocessorOutputOpts(), Args, in CreateFromArgs()