| /openbsd-src/gnu/llvm/clang/include/clang/Frontend/ |
| H A D | CompilerInvocation.h | 50 class PreprocessorOptions; variable 92 std::shared_ptr<PreprocessorOptions> PreprocessorOpts; 122 std::shared_ptr<PreprocessorOptions> getPreprocessorOptsPtr() { in getPreprocessorOptsPtr() 126 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } in getPreprocessorOpts() 128 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
|
| H A D | Utils.h | 44 class PreprocessorOptions; variable 49 void InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &PPOpts,
|
| H A D | ASTUnit.h | 77 class PreprocessorOptions; variable 119 std::shared_ptr<PreprocessorOptions> PPOpts; 470 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
|
| H A D | CompilerInstance.h | 308 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts() 311 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
|
| H A D | PrecompiledPreamble.h | 177 PreprocessorOptions &PreprocessorOpts,
|
| /openbsd-src/gnu/llvm/clang/include/clang/CodeGen/ |
| H A D | ModuleBuilder.h | 38 class PreprocessorOptions; variable 108 const PreprocessorOptions &PreprocessorOpts,
|
| /openbsd-src/gnu/llvm/clang/include/clang/ARCMigrate/ |
| H A D | FileRemapper.h | 28 class PreprocessorOptions; variable 58 void applyMappings(PreprocessorOptions &PPOpts) const;
|
| /openbsd-src/gnu/llvm/clang/include/clang/Lex/ |
| H A D | PreprocessorOptions.h | 66 class PreprocessorOptions { 228 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
|
| H A D | Preprocessor.h | 79 class PreprocessorOptions; variable 133 std::shared_ptr<PreprocessorOptions> PPOpts; 1160 Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts, 1191 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts()
|
| /openbsd-src/gnu/llvm/clang/lib/CodeGen/ |
| H A D | ModuleBuilder.cpp | 38 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. 81 const PreprocessorOptions &PPO, const CodeGenOptions &CGO, in CodeGeneratorImpl() 367 const PreprocessorOptions &PreprocessorOpts, in CreateLLVMCodeGen()
|
| H A D | CodeGenModule.h | 306 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. 603 const PreprocessorOptions &ppopts, 736 const PreprocessorOptions &getPreprocessorOpts() in getPreprocessorOpts()
|
| H A D | ObjectFilePCHContainerOperations.cpp | 50 const PreprocessorOptions &PreprocessorOpts;
|
| H A D | CodeGenAction.cpp | 152 const PreprocessorOptions &PPOpts, in BackendConsumer() 178 const PreprocessorOptions &PPOpts, in BackendConsumer()
|
| /openbsd-src/gnu/llvm/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 96 class PreprocessorOptions; variable 201 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 276 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, 307 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, 328 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, 1770 const PreprocessorOptions &PPOpts,
|
| /openbsd-src/gnu/llvm/clang/lib/Frontend/ |
| H A D | PrecompiledPreamble.cpp | 411 PreprocessorOptions &PreprocessorOpts = in Build() 598 PreprocessorOptions &PreprocessorOpts = in CanReuse() 776 const PCHStorage &Storage, PreprocessorOptions &PreprocessorOpts, in setupPreambleStorage()
|
| H A D | CompilerInstance.cpp | 233 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH() 401 const PreprocessorOptions &InitOpts) { in InitializeFileRemapping() 455 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() 1160 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); 1186 PreprocessorOptions &ImportingPPOpts 1190 std::make_shared<PreprocessorOptions::FailedModulesSet>(); 1671 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createASTReader()
|
| H A D | ASTUnit.cpp | 264 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() 521 PreprocessorOptions &PPOpts; 531 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector() 585 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() 820 AST->PPOpts = std::make_shared<PreprocessorOptions>(); in LoadFromASTFile() 1773 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() 1852 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() 2168 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()
|
| H A D | InitPreprocessor.cpp | 742 const PreprocessorOptions &PPOpts, in InitializePredefinedMacros() 1311 Preprocessor &PP, const PreprocessorOptions &InitOpts, in InitializePreprocessor()
|
| H A D | CompilerInvocation.cpp | 133 PreprocessorOpts(new PreprocessorOptions()), in CompilerInvocationRefBase() 142 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())), in CompilerInvocationRefBase() 4180 static void GeneratePreprocessorArgs(PreprocessorOptions &Opts, in GeneratePreprocessorArgs() 4186 PreprocessorOptions *PreprocessorOpts = &Opts; in GeneratePreprocessorArgs() 4255 static bool ParsePreprocessorArgs(PreprocessorOptions &Opts, ArgList &Args, in ParsePreprocessorArgs() 4261 PreprocessorOptions *PreprocessorOpts = &Opts; in ParsePreprocessorArgs() 4629 const PreprocessorOptions &ppOpts = getPreprocessorOpts(); in getModuleHash()
|
| 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()
|
| /openbsd-src/gnu/llvm/clang/lib/ARCMigrate/ |
| H A D | FileRemapper.cpp | 209 void FileRemapper::applyMappings(PreprocessorOptions &PPOpts) const { in applyMappings()
|
| H A D | ARCMT.cpp | 176 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration()
|
| /openbsd-src/gnu/llvm/clang/tools/libclang/ |
| H A D | Indexing.cpp | 350 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in CreateASTConsumer() 593 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in clang_indexSourceFile_Impl()
|
| /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() 646 const PreprocessorOptions &ExistingPPOpts, DiagnosticsEngine *Diags, in checkPreprocessorOptions() 784 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 787 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts(); in ReadPreprocessorOptions() 797 const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 814 const PreprocessorOptions &PPOpts) { in checkHeaderSearchOptions() 5170 const PreprocessorOptions &ExistingPPOpts; 5178 const PreprocessorOptions &ExistingPPOpts, in SimplePCHValidator() [all …]
|