/aosp_15_r20/external/clang/include/clang/Frontend/ |
H A D | CompilerInstance.h | 308 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 D | CompilerInvocation.h | 203 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/ |
D | CompilerInstance.h | 328 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()
|
D | CompilerInvocation.h | 145 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/ |
D | CompilerInstance.h | 328 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()
|
D | CompilerInvocation.h | 145 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/ |
D | CompilerInstance.h | 322 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()
|
D | CompilerInvocation.h | 145 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/ |
D | CompilerInstance.h | 346 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()
|
D | CompilerInvocation.h | 145 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 D | FrontendActions.cpp | 196 CI.getPreprocessorOutputOpts()); in ExecuteAction()
|
/aosp_15_r20/external/clang/lib/FrontendTool/ |
H A D | ExecuteCompilerInvocation.cpp | 85 if (CI.getPreprocessorOutputOpts().RewriteIncludes) in CreateFrontendBaseAction()
|
/aosp_15_r20/external/clang/lib/Frontend/ |
H A D | FrontendActions.cpp | 719 CI.getPreprocessorOutputOpts()); in ExecuteAction()
|
H A D | CompilerInstance.cpp | 340 PP->setPreprocessedOutput(getPreprocessorOutputOpts().ShowCPP); in createPreprocessor()
|
H A D | CompilerInvocation.cpp | 2395 ParsePreprocessorOutputArgs(Res.getPreprocessorOutputOpts(), Args, in CreateFromArgs()
|