| /freebsd/contrib/llvm-project/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 89 std::shared_ptr<PreprocessorOptions> PPOpts; variable
|
| H A D | ASTUnit.h | 125 std::shared_ptr<PreprocessorOptions> PPOpts; variable
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 259 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() local 517 PreprocessorOptions &PPOpts; member in __anone37b80710211::ASTInfoCollector 527 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector() 597 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 1815 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() local 1895 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() local
|
| H A D | CompilerInstance.cpp | 230 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH() local 443 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local 1160 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in cloneForModuleCompileImpl() local 1740 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createASTReader() local
|
| H A D | InitPreprocessor.cpp | 864 const PreprocessorOptions &PPOpts, in InitializePredefinedMacros()
|
| H A D | FrontendAction.cpp | 934 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile() local
|
| H A D | FrontendActions.cpp | 745 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
|
| /freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
| H A D | FrontendActions.cpp | 152 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation() local
|
| /freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
| H A D | DependencyScanningWorker.cpp | 319 static void canonicalizeDefines(PreprocessorOptions &PPOpts) { in canonicalizeDefines()
|
| H A D | ModuleDepCollector.cpp | 525 const auto &PPOpts = CI.getPreprocessorOpts(); in isSafeToIgnoreCWD() local
|
| /freebsd/contrib/llvm-project/clang/lib/Lex/ |
| H A D | Preprocessor.cpp | 81 Preprocessor::Preprocessor(const PreprocessorOptions &PPOpts, in Preprocessor()
|
| /freebsd/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | ASTReader.cpp | 210 const PreprocessorOptions &PPOpts, StringRef ModuleFilename, in ReadPreprocessorOptions() 632 collectMacroDefinitions(const PreprocessorOptions &PPOpts, in collectMacroDefinitions() 686 const PreprocessorOptions &PPOpts, in checkPreprocessorOptions() 841 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 854 const PreprocessorOptions &PPOpts, StringRef ModuleFilename, in ReadPreprocessorOptions() 872 const PreprocessorOptions &PPOpts) { in checkModuleCachePath() 5688 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 6019 const TargetOptions &TargetOpts, const PreprocessorOptions &PPOpts, in isAcceptableASTFile() 6511 PreprocessorOptions PPOpts; in ParsePreprocessorOptions() local
|
| H A D | ASTWriter.cpp | 1696 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); in WriteControlBlock() local
|
| /freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 205 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
| H A D | Preprocessor.h | 156 const PreprocessorOptions &PPOpts; variable
|
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | CGDebugInfo.cpp | 3219 const auto &PPOpts = CGM.getPreprocessorOpts(); in getOrCreateModuleRef() local
|