Home
last modified time | relevance | path

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

/aosp_15_r20/external/clang/include/clang/Frontend/
H A 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()
H A DCompilerInvocation.h203 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
206 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/clang/Frontend/
DCompilerInstance.h328 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
329 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
331 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
332 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
DCompilerInvocation.h145 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
244 using CompilerInvocationBase::getPreprocessorOutputOpts;
263 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/clang/Frontend/
DCompilerInstance.h328 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
329 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
331 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
332 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
DCompilerInvocation.h145 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
244 using CompilerInvocationBase::getPreprocessorOutputOpts;
263 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/clang/Frontend/
DCompilerInstance.h322 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
323 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
325 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
326 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
DCompilerInvocation.h145 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
239 using CompilerInvocationBase::getPreprocessorOutputOpts;
258 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/clang/Frontend/
DCompilerInstance.h346 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
347 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
349 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
350 return Invocation->getPreprocessorOutputOpts(); in getPreprocessorOutputOpts()
DCompilerInvocation.h145 const PreprocessorOutputOptions &getPreprocessorOutputOpts() const { in getPreprocessorOutputOpts() function
244 using CompilerInvocationBase::getPreprocessorOutputOpts;
263 PreprocessorOutputOptions &getPreprocessorOutputOpts() { in getPreprocessorOutputOpts() function
/aosp_15_r20/external/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp196 CI.getPreprocessorOutputOpts()); in ExecuteAction()
/aosp_15_r20/external/clang/lib/FrontendTool/
H A DExecuteCompilerInvocation.cpp85 if (CI.getPreprocessorOutputOpts().RewriteIncludes) in CreateFrontendBaseAction()
/aosp_15_r20/external/clang/lib/Frontend/
H A DFrontendActions.cpp719 CI.getPreprocessorOutputOpts()); in ExecuteAction()
H A DCompilerInstance.cpp340 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP); in createPreprocessor()
H A DCompilerInvocation.cpp2395 ParsePreprocessorOutputArgs(Res.getPreprocessorOutputOpts(), Args, in CreateFromArgs()