| /llvm-project-15.0.7/polly/lib/External/isl/interface/ |
| H A D | set_lang_defaults_arg4.h | 11 setLangDefaultsArg4(clang::PreprocessorOptions &PO) : PO(PO) {} in setLangDefaultsArg4() 12 operator clang::PreprocessorOptions &() { return PO; } 15 clang::PreprocessorOptions &PO;
|
| H A D | extract_interface.cc | 428 PreprocessorOptions &PO = Clang->getPreprocessorOpts(); in set_lang_defaults() 553 PreprocessorOptions &PO = Clang->getPreprocessorOpts(); in main()
|
| /llvm-project-15.0.7/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 | 78 class PreprocessorOptions; variable 120 std::shared_ptr<PreprocessorOptions> PPOpts; 471 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
|
| H A D | CompilerInstance.h | 306 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts() 309 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
|
| H A D | PrecompiledPreamble.h | 177 PreprocessorOptions &PreprocessorOpts,
|
| /llvm-project-15.0.7/flang/include/flang/Frontend/ |
| H A D | PreprocessorOptions.h | 38 struct PreprocessorOptions { struct 39 PreprocessorOptions() {} in PreprocessorOptions() argument
|
| H A D | CompilerInvocation.h | 41 std::shared_ptr<Fortran::frontend::PreprocessorOptions> preprocessorOpts; 54 PreprocessorOptions &getPreprocessorOpts() { return *preprocessorOpts; } in getPreprocessorOpts() 55 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
|
| H A D | CompilerInstance.h | 178 PreprocessorOptions &preprocessorOpts() { in preprocessorOpts() 181 const PreprocessorOptions &preprocessorOpts() const { in preprocessorOpts()
|
| /llvm-project-15.0.7/clang/include/clang/CodeGen/ |
| H A D | ModuleBuilder.h | 38 class PreprocessorOptions; variable 108 const PreprocessorOptions &PreprocessorOpts,
|
| /llvm-project-15.0.7/clang/include/clang/ARCMigrate/ |
| H A D | FileRemapper.h | 28 class PreprocessorOptions; variable 58 void applyMappings(PreprocessorOptions &PPOpts) const;
|
| /llvm-project-15.0.7/clang/include/clang/Lex/ |
| H A D | PreprocessorOptions.h | 65 class PreprocessorOptions { 224 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
|
| /llvm-project-15.0.7/clang/unittests/Lex/ |
| H A D | PPCallbacksTest.cpp | 199 Preprocessor PP(std::make_shared<PreprocessorOptions>(), Diags, LangOpts, in InclusionDirectiveFilenameRange() 218 Preprocessor PP(std::make_shared<PreprocessorOptions>(), Diags, LangOpts, in InclusionDirectiveCharacteristicKind() 252 Preprocessor PP(std::make_shared<PreprocessorOptions>(), Diags, LangOpts, in DirectiveExprRange() 283 Preprocessor PP(std::make_shared<PreprocessorOptions>(), Diags, LangOpts, in PragmaMarkCall() 316 Preprocessor PP(std::make_shared<PreprocessorOptions>(), Diags, in PragmaOpenCLExtensionCall()
|
| H A D | PPMemoryAllocationsTest.cpp | 71 Preprocessor PP(std::make_shared<PreprocessorOptions>(), Diags, LangOpts, in TEST_F()
|
| H A D | PPConditionalDirectiveRecordTest.cpp | 79 Preprocessor PP(std::make_shared<PreprocessorOptions>(), Diags, LangOpts, in TEST_F()
|
| /llvm-project-15.0.7/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() 366 const PreprocessorOptions &PreprocessorOpts, in CreateLLVMCodeGen()
|
| /llvm-project-15.0.7/clang/unittests/Basic/ |
| H A D | SourceManagerTest.cpp | 133 Preprocessor PP(std::make_shared<PreprocessorOptions>(), Diags, LangOpts, in TEST_F() 365 Preprocessor PP(std::make_shared<PreprocessorOptions>(), Diags, LangOpts, in TEST_F() 488 Preprocessor PP(std::make_shared<PreprocessorOptions>(), Diags, LangOpts, in TEST_F()
|
| /llvm-project-15.0.7/clang/include/clang/Serialization/ |
| H A D | ASTReader.h | 96 class PreprocessorOptions; variable 183 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions() 258 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, 289 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, 310 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, 1740 const PreprocessorOptions &PPOpts,
|
| /llvm-project-15.0.7/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 | 229 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH() 394 const PreprocessorOptions &InitOpts) { in InitializeFileRemapping() 448 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor() 1149 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); 1176 PreprocessorOptions &ImportingPPOpts 1180 std::make_shared<PreprocessorOptions::FailedModulesSet>(); 1657 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createASTReader()
|
| H A D | ASTUnit.cpp | 264 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit() 521 PreprocessorOptions &PPOpts; 530 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector() 557 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions() 792 AST->PPOpts = std::make_shared<PreprocessorOptions>(); in LoadFromASTFile() 1746 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine() 1825 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse() 2141 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()
|
| /llvm-project-15.0.7/flang/lib/Frontend/ |
| H A D | CompilerInvocation.cpp | 47 preprocessorOpts(new PreprocessorOptions()) {} in CompilerInvocationBase() 51 preprocessorOpts(new PreprocessorOptions(x.getPreprocessorOpts())) {} in CompilerInvocationBase() 443 Fortran::frontend::PreprocessorOptions &opts, llvm::opt::ArgList &args) { in parsePreprocessorArgs()
|
| /llvm-project-15.0.7/clang/unittests/Frontend/ |
| H A D | PCHPreambleTest.cpp | 94 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in ParseAST()
|
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/ |
| H A D | ExpandModularHeadersPPCallbacks.cpp | 91 auto PO = std::make_shared<PreprocessorOptions>(); in ExpandModularHeadersPPCallbacks()
|