/openbsd-src/gnu/llvm/clang/lib/Frontend/ |
H A D | ASTUnit.cpp | 264 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() local 521 PreprocessorOptions &PPOpts; member in __anon539022680211::ASTInfoCollector 531 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector() 585 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() 1773 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() local 1852 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() local
|
H A D | CompilerInstance.cpp | 233 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH() local 455 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() local 1160 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); local 1671 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createASTReader() local
|
H A D | InitPreprocessor.cpp | 742 const PreprocessorOptions &PPOpts, in InitializePredefinedMacros()
|
H A D | FrontendAction.cpp | 770 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile() local
|
H A D | FrontendActions.cpp | 660 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
|
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/ |
H A D | FrontendActions.cpp | 153 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation() local
|
/openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
H A D | CodeGenAction.cpp | 152 const PreprocessorOptions &PPOpts, in BackendConsumer() 178 const PreprocessorOptions &PPOpts, in BackendConsumer()
|
H A D | CGDebugInfo.cpp | 2723 const auto &PPOpts = CGM.getPreprocessorOpts(); in getOrCreateModuleRef() local
|
/openbsd-src/gnu/llvm/clang/tools/libclang/ |
H A D | Indexing.cpp | 350 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in CreateASTConsumer() local 593 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in clang_indexSourceFile_Impl() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
H A D | ASTUnit.h | 119 std::shared_ptr<PreprocessorOptions> PPOpts; variable
|
/openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
H A D | ARCMT.cpp | 176 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration() local
|
/openbsd-src/gnu/llvm/clang/lib/Lex/ |
H A D | Preprocessor.cpp | 79 Preprocessor::Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts, in Preprocessor()
|
/openbsd-src/gnu/llvm/clang/lib/Serialization/ |
H A D | ASTReader.cpp | 211 const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() 593 collectMacroDefinitions(const PreprocessorOptions &PPOpts, in collectMacroDefinitions() 645 const PreprocessorOptions &PPOpts, in checkPreprocessorOptions() 784 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 797 const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 814 const PreprocessorOptions &PPOpts) { in checkHeaderSearchOptions() 5207 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 5500 const PreprocessorOptions &PPOpts, in isAcceptableASTFile() 5970 PreprocessorOptions PPOpts; in ParsePreprocessorOptions() local
|
H A D | ASTWriter.cpp | 1455 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); in WriteControlBlock() local
|
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
H A D | ASTReader.h | 201 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
|
/openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
H A D | Preprocessor.h | 133 std::shared_ptr<PreprocessorOptions> PPOpts; variable
|