Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp424 PreprocessorOptions &PreprocessorOpts = in Build() local
452 PreprocessorOpts.PrecompiledPreambleBytes.first = 0; in Build()
453 PreprocessorOpts.PrecompiledPreambleBytes.second = false; in Build()
455 PreprocessorOpts.GeneratePreamble = true; in Build()
503 if (PreprocessorOpts.RetainRemappedFileBuffers) { in Build()
505 PreprocessorOpts.addRemappedFile(MainFilePath, PreambleInputBuffer.get()); in Build()
509 PreprocessorOpts.addRemappedFile(MainFilePath, in Build()
612 PreprocessorOptions &PreprocessorOpts = in CanReuse() local
632 for (const auto &R : PreprocessorOpts.RemappedFiles) { in CanReuse()
650 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) { in CanReuse()
[all …]
H A DASTUnit.cpp161 const auto &PreprocessorOpts = Invocation.getPreprocessorOpts(); in getBufferForFileHandlingRemapping() local
173 for (const auto &RF : PreprocessorOpts.RemappedFiles) { in getBufferForFileHandlingRemapping()
189 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) { in getBufferForFileHandlingRemapping()
2200 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete() local
2262 PreprocessorOpts.clearRemappedFiles(); in CodeComplete()
2263 PreprocessorOpts.RetainRemappedFileBuffers = true; in CodeComplete()
2265 PreprocessorOpts.addRemappedFile(RemappedFile.first, RemappedFile.second); in CodeComplete()
2317 PreprocessorOpts.PrecompiledPreambleBytes.first = 0; in CodeComplete()
2318 PreprocessorOpts.PrecompiledPreambleBytes.second = false; in CodeComplete()
2323 PreprocessorOpts.DetailedRecord = false; in CodeComplete()
H A DCompilerInvocation.cpp4512 const PreprocessorOptions *PreprocessorOpts = &Opts; in GeneratePreprocessorArgs() local
4586 PreprocessorOptions *PreprocessorOpts = &Opts; in ParsePreprocessorArgs() local
/src/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp38 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. member in __anonb496aee00111::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 __anon0f3c64ac0111::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
767 const { return PreprocessorOpts; } in getPreprocessorOpts()
H A DCodeGenModule.cpp341 PreprocessorOpts(PPO), CodeGenOpts(CGO), TheModule(M), Diags(diags), in CodeGenModule()
1080 time_t TT = PreprocessorOpts.SourceDateEpoch in Release()
1081 ? *PreprocessorOpts.SourceDateEpoch in Release()
7753 for (const auto &Arg : PreprocessorOpts.Macros) in printPostfixForExternalizedDecl()
/src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DModuleBuilder.h112 const PreprocessorOptions &PreprocessorOpts,
/src/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h182 PreprocessorOptions &PreprocessorOpts,
/src/contrib/llvm-project/clang/include/clang/Driver/
H A DOptions.td335 class PreprocessorOpts<string base>
336 : KeyPathAndMacro<"PreprocessorOpts->", base, "PREPROCESSOR_"> {}
3298 MarshallingInfoNegativeFlag<PreprocessorOpts<"ModulesCheckRelocated">>;
4505 MarshallingInfoStringVector<PreprocessorOpts<"MacroIncludes">>;
4513 MarshallingInfoString<PreprocessorOpts<"ImplicitPCHInclude">>;
5799 MarshallingInfoNegativeFlag<PreprocessorOpts<"UsePredefines">>;
7765 MarshallingInfoString<PreprocessorOpts<"PCHThroughHeader">>;
7768 MarshallingInfoFlag<PreprocessorOpts<"PCHWithHdrStopCreate">>;
7857 MarshallingInfoEnum<PreprocessorOpts<"ObjCXXARCStandardLibrary">, "ARCXX_nolib">;
7879 …MarshallingInfoFlag<PreprocessorOpts<"DisablePCHOrModuleValidation">, "DisableValidationForModuleK…
[all …]