Home
last modified time | relevance | path

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

12

/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()
248 PreprocessorOptions &getPreprocessorOpts() { return *PPOpts; } in getPreprocessorOpts()
271 std::shared_ptr<PreprocessorOptions> getPreprocessorOptsPtr() { in getPreprocessorOptsPtr()
375 PreprocessorOptions &getMutPreprocessorOpts();
H A DUtils.h44 class PreprocessorOptions; variable
50 void InitializePreprocessor(Preprocessor &PP, const PreprocessorOptions &PPOpts,
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.h315 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts()
318 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DModuleBuilder.h38 class PreprocessorOptions; variable
108 const PreprocessorOptions &PreprocessorOpts,
/freebsd/contrib/llvm-project/clang/include/clang/ARCMigrate/
H A DFileRemapper.h28 class PreprocessorOptions; variable
58 void applyMappings(PreprocessorOptions &PPOpts) const;
/freebsd/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h66 class PreprocessorOptions {
234 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
H A DPreprocessor.h79 class PreprocessorOptions; variable
133 std::shared_ptr<PreprocessorOptions> PPOpts;
1158 Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts,
1190 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.
613 const PreprocessorOptions &ppopts,
746 const PreprocessorOptions &getPreprocessorOpts() in getPreprocessorOpts()
H A DObjectFilePCHContainerOperations.cpp50 const PreprocessorOptions &PreprocessorOpts;
H A DCodeGenAction.cpp115 const PreprocessorOptions &PPOpts, in BackendConsumer()
143 const PreprocessorOptions &PPOpts, in BackendConsumer()
/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,
1797 const PreprocessorOptions &PPOpts,
/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp423 PreprocessorOptions &PreprocessorOpts = in Build()
611 PreprocessorOptions &PreprocessorOpts = in CanReuse()
789 const PCHStorage &Storage, PreprocessorOptions &PreprocessorOpts, in setupPreambleStorage()
H A DASTUnit.cpp262 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit()
520 PreprocessorOptions &PPOpts;
530 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector()
588 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
824 AST->PPOpts = std::make_shared<PreprocessorOptions>(); in LoadFromASTFile()
1789 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine()
1868 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse()
2187 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()
H A DCompilerInstance.cpp231 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH()
399 const PreprocessorOptions &InitOpts) { in InitializeFileRemapping()
447 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor()
1174 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
1200 PreprocessorOptions &ImportingPPOpts
1204 std::make_shared<PreprocessorOptions::FailedModulesSet>();
1690 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createASTReader()
H A DInitPreprocessor.cpp772 const PreprocessorOptions &PPOpts, in InitializePredefinedMacros()
1380 const PreprocessorOptions &InitOpts, in InitializePreprocessor()
H A DCompilerInvocation.cpp144 PPOpts(std::make_shared<PreprocessorOptions>()), in CompilerInvocationBase()
226 PreprocessorOptions &CowCompilerInvocation::getMutPreprocessorOpts() { in getMutPreprocessorOpts()
4308 static void GeneratePreprocessorArgs(const PreprocessorOptions &Opts, in GeneratePreprocessorArgs()
4313 const PreprocessorOptions *PreprocessorOpts = &Opts; in GeneratePreprocessorArgs()
4378 static bool ParsePreprocessorArgs(PreprocessorOptions &Opts, ArgList &Args, in ParsePreprocessorArgs()
4384 PreprocessorOptions *PreprocessorOpts = &Opts; in ParsePreprocessorArgs()
4738 const PreprocessorOptions &ppOpts = getPreprocessorOpts(); in getModuleHash()
H A DFrontendAction.cpp777 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginSourceFile()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp153 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation()
/freebsd/contrib/llvm-project/clang/lib/ARCMigrate/
H A DFileRemapper.cpp209 void FileRemapper::applyMappings(PreprocessorOptions &PPOpts) const { in applyMappings()
H A DARCMT.cpp176 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration()
/freebsd/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp211 const PreprocessorOptions &PPOpts, bool ReadMacros, bool Complain, in ReadPreprocessorOptions()
609 collectMacroDefinitions(const PreprocessorOptions &PPOpts, in collectMacroDefinitions()
661 const PreprocessorOptions &PPOpts, in checkPreprocessorOptions()
662 const PreprocessorOptions &ExistingPPOpts, bool ReadMacros, in checkPreprocessorOptions()
814 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts(); in ReadPreprocessorOptions()
822 const PreprocessorOptions &PPOpts, bool ReadMacros, bool Complain, in ReadPreprocessorOptions()
5347 const PreprocessorOptions &ExistingPPOpts;
5355 const PreprocessorOptions &ExistingPPOpts, in SimplePCHValidator()
5384 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
5695 const PreprocessorOptions &PPOpts, in isAcceptableASTFile()
[all …]

12