Home
last modified time | relevance | path

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

12

/freebsd-src/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 getFileSystemOpts()
276 std::shared_ptr<PreprocessorOptions> getPreprocessorOptsPtr() {
390 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.h177 /// Sets up the PreprocessorOptions and changes VFS, so that PCH stored in \p
182 PreprocessorOptions &PreprocessorOpts,
H A DCompilerInstance.h339 PreprocessorOptions &getPreprocessorOpts() {
342 const PreprocessorOptions &getPreprocessorOpts() const {
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DModuleBuilder.h42 class PreprocessorOptions;
112 const PreprocessorOptions &PreprocessorOpts,
38 class PreprocessorOptions; global() variable
/freebsd-src/contrib/llvm-project/clang/include/clang/ARCMigrate/
H A DFileRemapper.h28 class PreprocessorOptions; variable
58 void applyMappings(PreprocessorOptions &PPOpts) const;
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h1 //===- PreprocessorOptions.h ------------------------------------*- C++ -*-===//
64 /// PreprocessorOptions - This class is used for passing the various options
66 class PreprocessorOptions {
215 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {}
234 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} PreprocessorOptions() function
H A DPreprocessor.h81 class PreprocessorOptions;
142 std::shared_ptr<PreprocessorOptions> PPOpts;
1178 Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts,
1210 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in setExternalSource()
79 class PreprocessorOptions; global() variable
/freebsd-src/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.h31 #include "clang/Lex/PreprocessorOptions.h"
306 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info.
633 const PreprocessorOptions &ppopts,
766 const PreprocessorOptions &getPreprocessorOpts() in getTypes()
H A DObjectFilePCHContainerOperations.cpp50 const PreprocessorOptions &PreprocessorOpts;
H A DCodeGenAction.cpp115 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer()
140 const PreprocessorOptions &PPOpts, const CodeGenOptions &CodeGenOpts, in BackendConsumer()
/freebsd-src/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h26 #include "clang/Lex/PreprocessorOptions.h"
97 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-src/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp23 #include "clang/Lex/PreprocessorOptions.h"
424 PreprocessorOptions &PreprocessorOpts = in Build()
612 PreprocessorOptions &PreprocessorOpts = in CanReuse()
790 const PCHStorage &Storage, PreprocessorOptions &PreprocessorOpts, in setupPreambleStorage()
H A DASTUnit.cpp54 #include "clang/Lex/PreprocessorOptions.h"
263 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit()
521 PreprocessorOptions &PPOpts;
531 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector()
599 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadTargetOptions()
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.cpp36 #include "clang/Lex/PreprocessorOptions.h"
231 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(); in __anon52f0fd0b0602()
1725 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in loadModuleFile()
H A DInitPreprocessor.cpp25 #include "clang/Lex/PreprocessorOptions.h"
854 const PreprocessorOptions &PPOpts, in InitializePredefinedMacros()
1527 const PreprocessorOptions &InitOpts,
H A DCompilerInvocation.cpp43 #include "clang/Lex/PreprocessorOptions.h"
144 PPOpts(std::make_shared<PreprocessorOptions>()), in CompilerInvocationBase()
237 PreprocessorOptions &CowCompilerInvocation::getMutPreprocessorOpts() {
4507 static void GeneratePreprocessorArgs(const PreprocessorOptions &Opts, in ParsePreprocessorOutputArgs()
4512 const PreprocessorOptions *PreprocessorOpts = &Opts; in ParsePreprocessorOutputArgs()
4580 static bool ParsePreprocessorArgs(PreprocessorOptions &Opts, ArgList &Args, in CreateFromArgsImpl()
4586 PreprocessorOptions *PreprocessorOpts = &Opts; in CreateFromArgsImpl()
4947 const PreprocessorOptions &ppOpts = getPreprocessorOpts();
H A DFrontendActions.cpp24 #include "clang/Lex/PreprocessorOptions.h"
719 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in readModuleFileExtension()
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp153 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation()
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DFileRemapper.cpp209 void FileRemapper::applyMappings(PreprocessorOptions &PPOpts) const { in applyMappings()
H A DARCMT.cpp19 #include "clang/Lex/PreprocessorOptions.h"
176 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration()
/freebsd-src/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp77 #include "clang/Lex/PreprocessorOptions.h"
216 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 checkHeaderSearchOptions()
5352 const PreprocessorOptions
[all...]

12