Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp423 PreprocessorOptions &PreprocessorOpts = in Build() local
451 PreprocessorOpts.PrecompiledPreambleBytes.first = 0; in Build()
454 PreprocessorOpts.GeneratePreamble = true; in Build()
502 if (PreprocessorOpts.RetainRemappedFileBuffers) { in Build()
508 PreprocessorOpts.addRemappedFile(MainFilePath, in Build()
611 PreprocessorOptions &PreprocessorOpts = in CanReuse() local
631 for (const auto &R : PreprocessorOpts.RemappedFiles) { in CanReuse()
768 auto &PreprocessorOpts = CI.getPreprocessorOpts(); in configurePreamble() local
776 PreprocessorOpts.PrecompiledPreambleBytes.second = in configurePreamble()
778 PreprocessorOpts.DisablePCHOrModuleValidation = in configurePreamble()
[all …]
H A DASTUnit.cpp160 const auto &PreprocessorOpts = Invocation.getPreprocessorOpts(); in getBufferForFileHandlingRemapping() local
172 for (const auto &RF : PreprocessorOpts.RemappedFiles) { in getBufferForFileHandlingRemapping()
188 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) { in getBufferForFileHandlingRemapping()
2187 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete() local
2249 PreprocessorOpts.clearRemappedFiles(); in CodeComplete()
2250 PreprocessorOpts.RetainRemappedFileBuffers = true; in CodeComplete()
2252 PreprocessorOpts.addRemappedFile(RemappedFile.first, RemappedFile.second); in CodeComplete()
2304 PreprocessorOpts.PrecompiledPreambleBytes.first = 0; in CodeComplete()
2305 PreprocessorOpts.PrecompiledPreambleBytes.second = false; in CodeComplete()
2310 PreprocessorOpts.DetailedRecord = false; in CodeComplete()
H A DCompilerInvocation.cpp4313 const PreprocessorOptions *PreprocessorOpts = &Opts; in GeneratePreprocessorArgs() local
4384 PreprocessorOptions *PreprocessorOpts = &Opts; in ParsePreprocessorArgs() local
/freebsd-14.2/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp38 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. member in __anona3480fc10111::CodeGeneratorImpl
85 PreprocessorOpts(PPO), CodeGenOpts(CGO), HandlingTopLevelDecls(0), in CodeGeneratorImpl()
165 PreprocessorOpts, CodeGenOpts, in Initialize()
367 const PreprocessorOptions &PreprocessorOpts, in CreateLLVMCodeGen() argument
371 HeaderSearchOpts, PreprocessorOpts, CGO, C, in CreateLLVMCodeGen()
H A DObjectFilePCHContainerOperations.cpp50 const PreprocessorOptions &PreprocessorOpts; member in __anon6e2187ed0111::PCHContainerGenerator
150 PreprocessorOpts(CI.getPreprocessorOpts()), in PCHContainerGenerator()
181 *Ctx, FS, HeaderSearchOpts, PreprocessorOpts, CodeGenOpts, *M, Diags)); in Initialize()
H A DCodeGenModule.h306 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. variable
747 const { return PreprocessorOpts; } in getPreprocessorOpts()
H A DCodeGenModule.cpp337 PreprocessorOpts(PPO), CodeGenOpts(CGO), TheModule(M), Diags(diags), in CodeGenModule()
1037 time_t TT = PreprocessorOpts.SourceDateEpoch in Release()
1038 ? *PreprocessorOpts.SourceDateEpoch in Release()
7604 for (const auto &Arg : PreprocessorOpts.Macros) in printPostfixForExternalizedDecl()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/CodeGen/
H A DModuleBuilder.h108 const PreprocessorOptions &PreprocessorOpts,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h182 PreprocessorOptions &PreprocessorOpts,
/freebsd-14.2/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td304 class PreprocessorOpts<string base>
305 : KeyPathAndMacro<"PreprocessorOpts->", base, "PREPROCESSOR_"> {}
4273 MarshallingInfoStringVector<PreprocessorOpts<"MacroIncludes">>;
4281 MarshallingInfoString<PreprocessorOpts<"ImplicitPCHInclude">>;
5498 MarshallingInfoNegativeFlag<PreprocessorOpts<"UsePredefines">>;
7451 MarshallingInfoString<PreprocessorOpts<"PCHThroughHeader">>;
7454 MarshallingInfoFlag<PreprocessorOpts<"PCHWithHdrStopCreate">>;
7583 MarshallingInfoFlag<PreprocessorOpts<"DumpDeserializedPCHDecls">>;
7761 MarshallingInfoFlag<PreprocessorOpts<"DetailedRecord">>;
7764 MarshallingInfoFlag<PreprocessorOpts<"SetUpStaticAnalyzer">>;
[all …]