Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h51 class PreprocessorOptions; variable
89 std::shared_ptr<PreprocessorOptions> PPOpts;
135 const PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts()
253 PreprocessorOptions &getPreprocessorOpts() { return *PPOpts; } in getPreprocessorOpts()
276 std::shared_ptr<PreprocessorOptions> getPreprocessorOptsPtr() { in getPreprocessorOptsPtr()
390 PreprocessorOptions &getMutPreprocessorOpts();
H A DASTUnit.h77 class PreprocessorOptions; variable
120 std::shared_ptr<PreprocessorOptions> PPOpts;
474 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
H A DPrecompiledPreamble.h182 PreprocessorOptions &PreprocessorOpts,
H A DCompilerInstance.h339 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts()
342 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DModuleBuilder.h42 class PreprocessorOptions; variable
112 const PreprocessorOptions &PreprocessorOpts,
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h66 class PreprocessorOptions {
215 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
H A DPreprocessor.h81 class PreprocessorOptions; variable
142 std::shared_ptr<PreprocessorOptions> PPOpts;
1178 Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts,
1210 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts()
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendConsumer.h75 const PreprocessorOptions &PPOpts,
89 const PreprocessorOptions &PPOpts,
H A DModuleBuilder.cpp38 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 DCodeGenModule.h306 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info.
633 const PreprocessorOptions &ppopts,
766 const PreprocessorOptions &getPreprocessorOpts() in getPreprocessorOpts()
H A DCodeGenAction.cpp115 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer()
140 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer()
H A DCodeGenModule.cpp336 const PreprocessorOptions &PPO, in CodeGenModule()
/freebsd/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h97 class PreprocessorOptions; variable
202 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
277 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
308 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
327 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
1810 const PreprocessorOptions &PPOpts,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp424 PreprocessorOptions &PreprocessorOpts = in Build()
612 PreprocessorOptions &PreprocessorOpts = in CanReuse()
790 const PCHStorage &Storage, PreprocessorOptions &PreprocessorOpts, in setupPreambleStorage()
H A DASTUnit.cpp263 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit()
521 PreprocessorOptions &PPOpts;
531 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector()
599 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
836 AST->PPOpts = std::make_shared<PreprocessorOptions>(); in LoadFromASTFile()
1802 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine()
1881 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse()
2200 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()
H A DCompilerInstance.cpp231 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH()
399 const PreprocessorOptions &InitOpts) { in InitializeFileRemapping()
446 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor()
1185 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
1725 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createASTReader()
H A DCompilerInvocation.cpp144 PPOpts(std::make_shared<PreprocessorOptions>()), in CompilerInvocationBase()
237 PreprocessorOptions &CowCompilerInvocation::getMutPreprocessorOpts() { in getMutPreprocessorOpts()
4507 static void GeneratePreprocessorArgs(const PreprocessorOptions &Opts, in GeneratePreprocessorArgs()
4512 const PreprocessorOptions *PreprocessorOpts = &Opts; in GeneratePreprocessorArgs()
4580 static bool ParsePreprocessorArgs(PreprocessorOptions &Opts, ArgList &Args, in ParsePreprocessorArgs()
4586 PreprocessorOptions *PreprocessorOpts = &Opts; in ParsePreprocessorArgs()
4947 const PreprocessorOptions &ppOpts = getPreprocessorOpts(); in getModuleHash()
H A DInitPreprocessor.cpp854 const PreprocessorOptions &PPOpts, in InitializePredefinedMacros()
1527 const PreprocessorOptions &InitOpts, in InitializePreprocessor()
H A DFrontendAction.cpp786 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile()
H A DFrontendActions.cpp719 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DARCMT.cpp176 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration()
/freebsd/contrib/llvm-project/clang/lib/Tooling/DependencyScanning/
H A DDependencyScanningWorker.cpp248 static void canonicalizeDefines(PreprocessorOptions &PPOpts) { in canonicalizeDefines()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp216 const PreprocessorOptions &PPOpts, bool ReadMacros, bool Complain, in ReadPreprocessorOptions()
614 collectMacroDefinitions(const PreprocessorOptions &PPOpts, in collectMacroDefinitions()
666 const PreprocessorOptions &PPOpts, in checkPreprocessorOptions()
667 const PreprocessorOptions &ExistingPPOpts, bool ReadMacros, in checkPreprocessorOptions()
816 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
819 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts(); in ReadPreprocessorOptions()
827 const PreprocessorOptions &PPOpts, bool ReadMacros, bool Complain, in ReadPreprocessorOptions()
844 const PreprocessorOptions &PPOpts) { in checkModuleCachePath()
5352 const PreprocessorOptions &ExistingPPOpts;
5360 const PreprocessorOptions &ExistingPPOpts, in SimplePCHValidator()
[all …]
H A DASTWriter.cpp1633 const PreprocessorOptions &PPOpts = PP.getPreprocessorOpts(); in WriteControlBlock()
/freebsd/contrib/llvm-project/clang/lib/Lex/
H A DPreprocessor.cpp83 Preprocessor::Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts, in Preprocessor()