/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 264 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() local 521 PreprocessorOptions &PPOpts; member in __anonc715c21c0211::ASTInfoCollector 530 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector() 557 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() 1744 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() local 1824 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() local
|
H A D | CompilerInstance.cpp | 227 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH() local 446 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local 1053 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); local 1501 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createASTReader() local
|
H A D | InitPreprocessor.cpp | 637 const PreprocessorOptions &PPOpts, in InitializePredefinedMacros()
|
H A D | FrontendAction.cpp | 726 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile() local
|
H A D | FrontendActions.cpp | 619 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 153 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 135 const PreprocessorOptions &PPOpts, in BackendConsumer() 160 const PreprocessorOptions &PPOpts, in BackendConsumer()
|
H A D | CGDebugInfo.cpp | 2605 const auto &PPOpts = CGM.getPreprocessorOpts(); in getOrCreateModuleRef() local
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | Indexing.cpp | 350 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in CreateASTConsumer() local 590 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in clang_indexSourceFile_Impl() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 120 std::shared_ptr<PreprocessorOptions> PPOpts; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 178 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 79 Preprocessor::Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts, in Preprocessor()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 208 const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() 589 collectMacroDefinitions(const PreprocessorOptions &PPOpts, in collectMacroDefinitions() 631 static bool checkPreprocessorOptions(const PreprocessorOptions &PPOpts, in checkPreprocessorOptions() 753 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 766 const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 5149 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 5429 const PreprocessorOptions &PPOpts, in isAcceptableASTFile() 5874 PreprocessorOptions PPOpts; in ParsePreprocessorOptions() local
|
H A D | ASTWriter.cpp | 1335 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); in WriteControlBlock() local
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 134 std::shared_ptr<PreprocessorOptions> PPOpts; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 184 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
|