Home
last modified time | relevance | path

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

12

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h50 class PreprocessorOptions; variable
87 std::shared_ptr<PreprocessorOptions> PreprocessorOpts;
117 std::shared_ptr<PreprocessorOptions> getPreprocessorOptsPtr() { in getPreprocessorOptsPtr()
121 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } in getPreprocessorOpts()
123 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
H A DUtils.h54 class PreprocessorOptions; variable
65 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.h305 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts()
308 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
H A DPrecompiledPreamble.h244 PreprocessorOptions &PreprocessorOpts,
/freebsd-13.1/contrib/llvm-project/clang/include/clang/CodeGen/
H A DModuleBuilder.h33 class PreprocessorOptions; variable
98 const PreprocessorOptions &PreprocessorOpts,
H A DCodeGenABITypes.h54 class PreprocessorOptions; variable
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ARCMigrate/
H A DFileRemapper.h28 class PreprocessorOptions; variable
58 void applyMappings(PreprocessorOptions &PPOpts) const;
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessorOptions.h64 class PreprocessorOptions {
217 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
H A DPreprocessor.h80 class PreprocessorOptions; variable
134 std::shared_ptr<PreprocessorOptions> PPOpts;
887 Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts,
918 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts()
/freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp36 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info.
78 const PreprocessorOptions &PPO, const CodeGenOptions &CGO, in CodeGeneratorImpl()
342 const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO, in CreateLLVMCodeGen()
H A DCodeGenModule.h306 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info.
583 const PreprocessorOptions &ppopts,
706 const PreprocessorOptions &getPreprocessorOpts() in getPreprocessorOpts()
H A DObjectFilePCHContainerOperations.cpp49 const PreprocessorOptions &PreprocessorOpts;
H A DCodeGenAction.cpp135 const PreprocessorOptions &PPOpts, in BackendConsumer()
160 const PreprocessorOptions &PPOpts, in BackendConsumer()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTReader.h96 class PreprocessorOptions; variable
184 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
259 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
290 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
311 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
1722 const PreprocessorOptions &PPOpts,
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/
H A DCompilerInstance.cpp227 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH()
392 const PreprocessorOptions &InitOpts) { in InitializeFileRemapping()
446 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor()
1070 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
1099 PreprocessorOptions &ImportingPPOpts
1103 std::make_shared<PreprocessorOptions::FailedModulesSet>();
1518 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createASTReader()
H A DPrecompiledPreamble.cpp322 PreprocessorOptions &PreprocessorOpts = in Build()
505 PreprocessorOptions &PreprocessorOpts = in CanReuse()
814 const PCHStorage &Storage, PreprocessorOptions &PreprocessorOpts, in setupPreambleStorage()
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()
793 AST->PPOpts = std::make_shared<PreprocessorOptions>(); in LoadFromASTFile()
1745 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine()
1825 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse()
2139 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()
H A DInitPreprocessor.cpp639 const PreprocessorOptions &PPOpts, in InitializePredefinedMacros()
1194 Preprocessor &PP, const PreprocessorOptions &InitOpts, in InitializePreprocessor()
H A DCompilerInvocation.cpp116 PreprocessorOpts(new PreprocessorOptions()), in CompilerInvocationRefBase()
125 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())), in CompilerInvocationRefBase()
4096 static void GeneratePreprocessorArgs(PreprocessorOptions &Opts, in GeneratePreprocessorArgs()
4102 PreprocessorOptions *PreprocessorOpts = &Opts; in GeneratePreprocessorArgs()
4164 static bool ParsePreprocessorArgs(PreprocessorOptions &Opts, ArgList &Args, in ParsePreprocessorArgs()
4170 PreprocessorOptions *PreprocessorOpts = &Opts; in ParsePreprocessorArgs()
4503 const PreprocessorOptions &ppOpts = getPreprocessorOpts(); in getModuleHash()
H A DFrontendActions.cpp641 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
/freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp153 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation()
/freebsd-13.1/contrib/llvm-project/clang/lib/ARCMigrate/
H A DFileRemapper.cpp209 void FileRemapper::applyMappings(PreprocessorOptions &PPOpts) const { in applyMappings()
H A DARCMT.cpp178 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in createInvocationForMigration()
/freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/
H A DASTReader.cpp208 const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions()
589 collectMacroDefinitions(const PreprocessorOptions &PPOpts, in collectMacroDefinitions()
631 static bool checkPreprocessorOptions(const PreprocessorOptions &PPOpts, in checkPreprocessorOptions()
756 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts(); in ReadPreprocessorOptions()
766 const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
787 const PreprocessorOptions &PPOpts) { in checkHeaderSearchOptions()
5131 const PreprocessorOptions &ExistingPPOpts;
5138 const PreprocessorOptions &ExistingPPOpts, in SimplePCHValidator()
5165 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
5445 const PreprocessorOptions &PPOpts, in isAcceptableASTFile()
[all …]

12