Home
last modified time | relevance | path

Searched refs:PreprocessorOpts (Results 1 – 11 of 11) sorted by relevance

/llvm-project-15.0.7/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp411 PreprocessorOptions &PreprocessorOpts = in Build() local
438 PreprocessorOpts.PrecompiledPreambleBytes.first = 0; in Build()
441 PreprocessorOpts.GeneratePreamble = true; in Build()
489 if (PreprocessorOpts.RetainRemappedFileBuffers) { in Build()
495 PreprocessorOpts.addRemappedFile(MainFilePath, in Build()
598 PreprocessorOptions &PreprocessorOpts = in CanReuse() local
618 for (const auto &R : PreprocessorOpts.RemappedFiles) { in CanReuse()
755 auto &PreprocessorOpts = CI.getPreprocessorOpts(); in configurePreamble() local
763 PreprocessorOpts.PrecompiledPreambleBytes.second = in configurePreamble()
765 PreprocessorOpts.DisablePCHOrModuleValidation = in configurePreamble()
[all …]
H A DASTUnit.cpp162 const auto &PreprocessorOpts = Invocation.getPreprocessorOpts(); in getBufferForFileHandlingRemapping() local
174 for (const auto &RF : PreprocessorOpts.RemappedFiles) { in getBufferForFileHandlingRemapping()
190 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) { in getBufferForFileHandlingRemapping()
2141 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete() local
2203 PreprocessorOpts.clearRemappedFiles(); in CodeComplete()
2204 PreprocessorOpts.RetainRemappedFileBuffers = true; in CodeComplete()
2206 PreprocessorOpts.addRemappedFile(RemappedFile.first, RemappedFile.second); in CodeComplete()
2258 PreprocessorOpts.PrecompiledPreambleBytes.first = 0; in CodeComplete()
2259 PreprocessorOpts.PrecompiledPreambleBytes.second = false; in CodeComplete()
2264 PreprocessorOpts.DetailedRecord = false; in CodeComplete()
H A DCompilerInvocation.cpp132 PreprocessorOpts(new PreprocessorOptions()), in CompilerInvocationRefBase()
141 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())), in CompilerInvocationRefBase()
153 PreprocessorOpts.swap(X.PreprocessorOpts); in operator =()
4165 PreprocessorOptions *PreprocessorOpts = &Opts; in GeneratePreprocessorArgs() local
4237 PreprocessorOptions *PreprocessorOpts = &Opts; in ParsePreprocessorArgs() local
4661 GeneratePreprocessorArgs(*PreprocessorOpts, Args, SA, *LangOpts, FrontendOpts, in generateCC1CommandLine()
/llvm-project-15.0.7/clang/include/clang/Frontend/
H A DCompilerInvocation.h92 std::shared_ptr<PreprocessorOptions> PreprocessorOpts; variable
123 return PreprocessorOpts; in getPreprocessorOptsPtr()
126 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } in getPreprocessorOpts()
129 return *PreprocessorOpts; in getPreprocessorOpts()
H A DPrecompiledPreamble.h177 PreprocessorOptions &PreprocessorOpts,
/llvm-project-15.0.7/clang/lib/CodeGen/
H A DModuleBuilder.cpp38 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. member in __anon1a4befbb0111::CodeGeneratorImpl
85 PreprocessorOpts(PPO), CodeGenOpts(CGO), HandlingTopLevelDecls(0), in CodeGeneratorImpl()
165 PreprocessorOpts, CodeGenOpts, in Initialize()
366 const PreprocessorOptions &PreprocessorOpts, in CreateLLVMCodeGen() argument
370 HeaderSearchOpts, PreprocessorOpts, CGO, C, in CreateLLVMCodeGen()
H A DObjectFilePCHContainerOperations.cpp50 const PreprocessorOptions &PreprocessorOpts; member in __anon8fee51a70111::PCHContainerGenerator
150 PreprocessorOpts(CI.getPreprocessorOpts()), in PCHContainerGenerator()
178 *Ctx, FS, HeaderSearchOpts, PreprocessorOpts, CodeGenOpts, *M, Diags)); in Initialize()
H A DCodeGenModule.h302 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. variable
727 const { return PreprocessorOpts; } in getPreprocessorOpts()
H A DCodeGenModule.cpp107 HeaderSearchOpts(HSO), PreprocessorOpts(PPO), CodeGenOpts(CGO), in CodeGenModule()
6960 for (const auto &Arg : PreprocessorOpts.Macros) in printPostfixForExternalizedDecl()
/llvm-project-15.0.7/clang/include/clang/CodeGen/
H A DModuleBuilder.h108 const PreprocessorOptions &PreprocessorOpts,
/llvm-project-15.0.7/clang/include/clang/Driver/
H A DOptions.td270 class PreprocessorOpts<string base>
271 : KeyPathAndMacro<"PreprocessorOpts->", base, "PREPROCESSOR_"> {}
3237 MarshallingInfoStringVector<PreprocessorOpts<"MacroIncludes">>;
3243 MarshallingInfoString<PreprocessorOpts<"ImplicitPCHInclude">>;
4216 MarshallingInfoNegativeFlag<PreprocessorOpts<"UsePredefines">>;
5937 MarshallingInfoString<PreprocessorOpts<"PCHThroughHeader">>;
5940 MarshallingInfoFlag<PreprocessorOpts<"PCHWithHdrStopCreate">>;
6041 MarshallingInfoFlag<PreprocessorOpts<"DumpDeserializedPCHDecls">>;
6234 MarshallingInfoFlag<PreprocessorOpts<"DetailedRecord">>;
6237 MarshallingInfoFlag<PreprocessorOpts<"SetUpStaticAnalyzer">>;
[all …]