Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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.h77 class PreprocessorOptions; variable
119 std::shared_ptr<PreprocessorOptions> PPOpts;
470 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
H A DCompilerInstance.h308 PreprocessorOptions &getPreprocessorOpts() { in getPreprocessorOpts()
311 const PreprocessorOptions &getPreprocessorOpts() const { in getPreprocessorOpts()
H A DPrecompiledPreamble.h177 PreprocessorOptions &PreprocessorOpts,
/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DModuleBuilder.h38 class PreprocessorOptions; variable
108 const PreprocessorOptions &PreprocessorOpts,
/openbsd-src/gnu/llvm/clang/include/clang/ARCMigrate/
H A DFileRemapper.h28 class PreprocessorOptions; variable
58 void applyMappings(PreprocessorOptions &PPOpts) const;
/openbsd-src/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessorOptions.h66 class PreprocessorOptions {
228 PreprocessorOptions() : PrecompiledPreambleBytes(0, false) {} in PreprocessorOptions() function
H A DPreprocessor.h79 class PreprocessorOptions; variable
133 std::shared_ptr<PreprocessorOptions> PPOpts;
1160 Preprocessor(std::shared_ptr<PreprocessorOptions> PPOpts,
1191 PreprocessorOptions &getPreprocessorOpts() const { return *PPOpts; } in getPreprocessorOpts()
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
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.
603 const PreprocessorOptions &ppopts,
736 const PreprocessorOptions &getPreprocessorOpts() in getPreprocessorOpts()
H A DObjectFilePCHContainerOperations.cpp50 const PreprocessorOptions &PreprocessorOpts;
H A DCodeGenAction.cpp152 const PreprocessorOptions &PPOpts, in BackendConsumer()
178 const PreprocessorOptions &PPOpts, in BackendConsumer()
/openbsd-src/gnu/llvm/clang/include/clang/Serialization/
H A DASTReader.h96 class PreprocessorOptions; variable
201 virtual bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
276 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts,
307 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
328 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain,
1770 const PreprocessorOptions &PPOpts,
/openbsd-src/gnu/llvm/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.cpp233 const PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in collectIncludePCH()
401 const PreprocessorOptions &InitOpts) { in InitializeFileRemapping()
455 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createPreprocessor()
1160 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts();
1186 PreprocessorOptions &ImportingPPOpts
1190 std::make_shared<PreprocessorOptions::FailedModulesSet>();
1671 const PreprocessorOptions &PPOpts = getPreprocessorOpts(); in createASTReader()
H A DASTUnit.cpp264 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in ~ASTUnit()
521 PreprocessorOptions &PPOpts;
531 HeaderSearchOptions &HSOpts, PreprocessorOptions &PPOpts, in ASTInfoCollector()
585 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions()
820 AST->PPOpts = std::make_shared<PreprocessorOptions>(); in LoadFromASTFile()
1773 PreprocessorOptions &PPOpts = CI->getPreprocessorOpts(); in LoadFromCommandLine()
1852 PreprocessorOptions &PPOpts = Invocation->getPreprocessorOpts(); in Reparse()
2168 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()
H A DInitPreprocessor.cpp742 const PreprocessorOptions &PPOpts, in InitializePredefinedMacros()
1311 Preprocessor &PP, const PreprocessorOptions &InitOpts, in InitializePreprocessor()
H A DCompilerInvocation.cpp133 PreprocessorOpts(new PreprocessorOptions()), in CompilerInvocationRefBase()
142 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())), in CompilerInvocationRefBase()
4180 static void GeneratePreprocessorArgs(PreprocessorOptions &Opts, in GeneratePreprocessorArgs()
4186 PreprocessorOptions *PreprocessorOpts = &Opts; in GeneratePreprocessorArgs()
4255 static bool ParsePreprocessorArgs(PreprocessorOptions &Opts, ArgList &Args, in ParsePreprocessorArgs()
4261 PreprocessorOptions *PreprocessorOpts = &Opts; in ParsePreprocessorArgs()
4629 const PreprocessorOptions &ppOpts = getPreprocessorOpts(); in getModuleHash()
H A DFrontendActions.cpp660 bool ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
/openbsd-src/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DFrontendActions.cpp153 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in BeginInvocation()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/tools/libclang/
H A DIndexing.cpp350 PreprocessorOptions &PPOpts = CI.getPreprocessorOpts(); in CreateASTConsumer()
593 PreprocessorOptions &PPOpts = CInvok->getPreprocessorOpts(); in clang_indexSourceFile_Impl()
/openbsd-src/gnu/llvm/clang/lib/Serialization/
H A DASTReader.cpp211 const PreprocessorOptions &PPOpts, bool Complain, in ReadPreprocessorOptions()
593 collectMacroDefinitions(const PreprocessorOptions &PPOpts, in collectMacroDefinitions()
645 const PreprocessorOptions &PPOpts, in checkPreprocessorOptions()
646 const PreprocessorOptions &ExistingPPOpts, DiagnosticsEngine *Diags, in checkPreprocessorOptions()
784 bool PCHValidator::ReadPreprocessorOptions(const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
787 const PreprocessorOptions &ExistingPPOpts = PP.getPreprocessorOpts(); in ReadPreprocessorOptions()
797 const PreprocessorOptions &PPOpts, in ReadPreprocessorOptions()
814 const PreprocessorOptions &PPOpts) { in checkHeaderSearchOptions()
5170 const PreprocessorOptions &ExistingPPOpts;
5178 const PreprocessorOptions &ExistingPPOpts, in SimplePCHValidator()
[all …]

12