Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp423 PreprocessorOptions &PreprocessorOpts = in Build() local
451 PreprocessorOpts.PrecompiledPreambleBytes.first = 0; in Build()
452 PreprocessorOpts.PrecompiledPreambleBytes.second = false; in Build()
454 PreprocessorOpts.GeneratePreamble = true; in Build()
501 if (PreprocessorOpts.RetainRemappedFileBuffers) { in Build()
503 PreprocessorOpts.addRemappedFile(MainFilePath, PreambleInputBuffer.get()); in Build()
507 PreprocessorOpts.addRemappedFile(MainFilePath, in Build()
610 PreprocessorOptions &PreprocessorOpts = in CanReuse() local
630 for (const auto &R : PreprocessorOpts.RemappedFiles) { in CanReuse()
648 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) { in CanReuse()
[all …]
H A DASTUnit.cpp157 const auto &PreprocessorOpts = Invocation.getPreprocessorOpts(); in getBufferForFileHandlingRemapping() local
169 for (const auto &RF : PreprocessorOpts.RemappedFiles) { in getBufferForFileHandlingRemapping()
185 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) { in getBufferForFileHandlingRemapping()
2215 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete() local
2276 PreprocessorOpts.clearRemappedFiles(); in CodeComplete()
2277 PreprocessorOpts.RetainRemappedFileBuffers = true; in CodeComplete()
2279 PreprocessorOpts.addRemappedFile(RemappedFile.first, RemappedFile.second); in CodeComplete()
2331 PreprocessorOpts.PrecompiledPreambleBytes.first = 0; in CodeComplete()
2332 PreprocessorOpts.PrecompiledPreambleBytes.second = false; in CodeComplete()
2337 PreprocessorOpts.DetailedRecord = false; in CodeComplete()
H A DCompilerInvocation.cpp4855 const PreprocessorOptions *PreprocessorOpts = &Opts; in GeneratePreprocessorArgs() local
4929 PreprocessorOptions *PreprocessorOpts = &Opts; in ParsePreprocessorArgs() local
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp38 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. member in __anonbec9d48b0111::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 DObjectFilePCHContainerWriter.cpp48 const PreprocessorOptions &PreprocessorOpts; member in __anon9aef00700111::PCHContainerGenerator
151 PreprocessorOpts(CI.getPreprocessorOpts()), in PCHContainerGenerator()
182 *Ctx, FS, HeaderSearchOpts, PreprocessorOpts, CodeGenOpts, *M, Diags)); in Initialize()
H A DCodeGenModule.h351 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. variable
828 const { return PreprocessorOpts; } in getPreprocessorOpts()
H A DCodeGenModule.cpp408 PreprocessorOpts(PPO), CodeGenOpts(CGO), TheModule(M), Diags(diags), in CodeGenModule()
1189 time_t TT = PreprocessorOpts.SourceDateEpoch in Release()
1190 ? *PreprocessorOpts.SourceDateEpoch in Release()
8086 for (const auto &Arg : PreprocessorOpts.Macros) in printPostfixForExternalizedDecl()
/freebsd/contrib/llvm-project/clang/include/clang/CodeGen/
H A DModuleBuilder.h112 const PreprocessorOptions &PreprocessorOpts,
/freebsd/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h182 PreprocessorOptions &PreprocessorOpts,
/freebsd/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td337 class PreprocessorOpts<string base>
338 : KeyPathAndMacro<"PreprocessorOpts->", base, "PREPROCESSOR_"> {}
3468 MarshallingInfoNegativeFlag<PreprocessorOpts<"ModulesCheckRelocated">>;
4777 MarshallingInfoStringVector<PreprocessorOpts<"MacroIncludes">>;
4785 MarshallingInfoString<PreprocessorOpts<"ImplicitPCHInclude">>;
6179 MarshallingInfoNegativeFlag<PreprocessorOpts<"UsePredefines">>;
8307 MarshallingInfoString<PreprocessorOpts<"PCHThroughHeader">>;
8310 MarshallingInfoFlag<PreprocessorOpts<"PCHWithHdrStopCreate">>;
8399 MarshallingInfoEnum<PreprocessorOpts<"ObjCXXARCStandardLibrary">, "ARCXX_nolib">;
8421 …MarshallingInfoFlag<PreprocessorOpts<"DisablePCHOrModuleValidation">, "DisableValidationForModuleK…
[all …]