Home
last modified time | relevance | path

Searched refs:PreprocessorOptions (Results 1 – 25 of 45) sorted by relevance

12

/llvm-project-15.0.7/polly/lib/External/isl/interface/
H A Dset_lang_defaults_arg4.h11 setLangDefaultsArg4(clang::PreprocessorOptions &PO) : PO(PO) {} in setLangDefaultsArg4()
12 operator clang::PreprocessorOptions &() { return PO; }
15 clang::PreprocessorOptions &PO;
H A Dextract_interface.cc428 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 DCompilerInvocation.h50 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 DUtils.h44 class PreprocessorOptions; variable
49 void InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &PPOpts,
H A DASTUnit.h78 class PreprocessorOptions; variable
120 std::shared_ptr<PreprocessorOptions> PPOpts;
471 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
H A DCompilerInstance.h306 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts()
309 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
H A DPrecompiledPreamble.h177 PreprocessorOptions &PreprocessorOpts,
/llvm-project-15.0.7/flang/include/flang/Frontend/
H A DPreprocessorOptions.h38 struct PreprocessorOptions { struct
39 PreprocessorOptions() {} in PreprocessorOptions() argument
H A DCompilerInvocation.h41 std::shared_ptr<Fortran::frontend::PreprocessorOptions> preprocessorOpts;
54 PreprocessorOptions &getPreprocessorOpts() { return *preprocessorOpts; } in getPreprocessorOpts()
55 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
H A DCompilerInstance.h178 PreprocessorOptions &preprocessorOpts() { in preprocessorOpts()
181 const PreprocessorOptions &preprocessorOpts() const { in preprocessorOpts()
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DModuleBuilder.h38 class PreprocessorOptions; variable
108 const PreprocessorOptions &PreprocessorOpts,
/llvm-project-15.0.7/clang/include/clang/ARCMigrate/
H A DFileRemapper.h28 class PreprocessorOptions; variable
58 void applyMappings(PreprocessorOptions &PPOpts) const;
/llvm-project-15.0.7/clang/include/clang/Lex/
H A DPreprocessorOptions.h65 class PreprocessorOptions {
224 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
/llvm-project-15.0.7/clang/unittests/Lex/
H A DPPCallbacksTest.cpp199 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 DPPMemoryAllocationsTest.cpp71 Preprocessor PP(std::make_shared<PreprocessorOptions>(), Diags, LangOpts, in TEST_F()
H A DPPConditionalDirectiveRecordTest.cpp79 Preprocessor PP(std::make_shared<PreprocessorOptions>(), Diags, LangOpts, in TEST_F()
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DModuleBuilder.cpp38 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 DSourceManagerTest.cpp133 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 DASTReader.h96 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 DPrecompiledPreamble.cpp411 PreprocessorOptions &PreprocessorOpts = in Build()
598 PreprocessorOptions &PreprocessorOpts = in CanReuse()
776 const PCHStorage &Storage, PreprocessorOptions &PreprocessorOpts, in setupPreambleStorage()
H A DCompilerInstance.cpp229 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 DASTUnit.cpp264 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 DCompilerInvocation.cpp47 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 DPCHPreambleTest.cpp94 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in ParseAST()
/llvm-project-15.0.7/clang-tools-extra/clang-tidy/
H A DExpandModularHeadersPPCallbacks.cpp91 auto PO = std::make_shared<PreprocessorOptions>(); in ExpandModularHeadersPPCallbacks()

12