/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 | 120 std::shared_ptr<PreprocessorOptions> PPOpts; variable
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 263 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() local 521 PreprocessorOptions &PPOpts; member in __anone37b80710211::ASTInfoCollector 531 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector() 599 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 1802 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() local 1881 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() local
|
H A D | CompilerInstance.cpp | 231 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH() local 446 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local 1185 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); local 1725 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createASTReader() local
|
H A D | InitPreprocessor.cpp | 854 const PreprocessorOptions &PPOpts, in InitializePredefinedMacros()
|
H A D | FrontendAction.cpp | 786 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile() local
|
H A D | FrontendActions.cpp | 719 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 115 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer() 140 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer()
|
H A D | CGDebugInfo.cpp | 2994 const auto &PPOpts = CGM.getPreprocessorOpts(); in getOrCreateModuleRef() local
|
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 176 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() local
|
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/ |
H A D | DependencyScanningWorker.cpp | 248 static void canonicalizeDefines(PreprocessorOptions &PPOpts) { in canonicalizeDefines()
|
/freebsd/contrib/llvm-project/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 83 Preprocessor::Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts, in Preprocessor()
|
/freebsd/contrib/llvm-project/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 216 const PreprocessorOptions &PPOpts, bool ReadMacros, bool Complain, in ReadPreprocessorOptions() 614 collectMacroDefinitions(const PreprocessorOptions &PPOpts, in collectMacroDefinitions() 666 const PreprocessorOptions &PPOpts, in checkPreprocessorOptions() 816 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 827 const PreprocessorOptions &PPOpts, bool ReadMacros, bool Complain, in ReadPreprocessorOptions() 844 const PreprocessorOptions &PPOpts) { in checkModuleCachePath() 5389 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 5701 const PreprocessorOptions &PPOpts, in isAcceptableASTFile() 6175 PreprocessorOptions PPOpts; in ParsePreprocessorOptions() local
|
H A D | ASTWriter.cpp | 1633 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); in WriteControlBlock() local
|
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 202 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
|
/freebsd/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 142 std::shared_ptr<PreprocessorOptions> PPOpts; variable
|