Home
last modified time | relevance | path

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

/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 in CanReuse()
769 auto &PreprocessorOpts = CI.getPreprocessorOpts(); configurePreamble() local
790 setupPreambleStorage(const PCHStorage & Storage,PreprocessorOptions & PreprocessorOpts,IntrusiveRefCntPtr<llvm::vfs::FileSystem> & VFS) setupPreambleStorage() argument
[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()
2208 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete()
2271 PreprocessorOpts.clearRemappedFiles(); in CodeComplete()
2272 PreprocessorOpts.RetainRemappedFileBuffers = true; in CodeComplete()
2274 PreprocessorOpts.addRemappedFile(RemappedFile.first, RemappedFile.second); in CodeComplete()
2326 PreprocessorOpts.PrecompiledPreambleBytes.first = 0; in CodeComplete()
2327 PreprocessorOpts.PrecompiledPreambleBytes.second = false; in CodeComplete()
2332 PreprocessorOpts in CodeComplete()
2200 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); CodeComplete() local
[all...]
H A DCompilerInvocation.cpp4664 const PreprocessorOptions *PreprocessorOpts = &Opts;
4738 PreprocessorOptions *PreprocessorOpts = &Opts; in CreateFromArgsImpl()
4471 const PreprocessorOptions *PreprocessorOpts = &Opts; GeneratePreprocessorArgs() local
4545 PreprocessorOptions *PreprocessorOpts = &Opts; ParsePreprocessorArgs() local
/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp38 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. member in __anona892ecfe0111::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.cpp
H A DCodeGenModule.h351 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info.
815 const { return PreprocessorOpts; }
306 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. global() variable
H A DCodeGenModule.cpp342 PreprocessorOpts(PPO), CodeGenOpts(CGO), TheModule(M), Diags(diags), in CodeGenModule()
1083 time_t TT = PreprocessorOpts.SourceDateEpoch in Release()
1084 ? *PreprocessorOpts.SourceDateEpoch in Release()
7871 for (const auto &Arg : PreprocessorOpts.Macros)
/llvm-project/clang/include/clang/CodeGen/
H A DModuleBuilder.h112 const PreprocessorOptions &PreprocessorOpts,
/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h182 PreprocessorOptions &PreprocessorOpts,
/llvm-project/clang/include/clang/Driver/
H A DOptions.td337 class PreprocessorOpts<string base>
338 : KeyPathAndMacro<"PreprocessorOpts->", base, "PREPROCESSOR_"> {}
3406 MarshallingInfoNegativeFlag<PreprocessorOpts<"ModulesCheckRelocated">>;
4655 MarshallingInfoStringVector<PreprocessorOpts<"MacroIncludes">>;
4663 MarshallingInfoString<PreprocessorOpts<"ImplicitPCHInclude">>;
6012 MarshallingInfoNegativeFlag<PreprocessorOpts<"UsePredefines">>;
8045 MarshallingInfoString<PreprocessorOpts<"PCHThroughHeader">>;
8048 MarshallingInfoFlag<PreprocessorOpts<"PCHWithHdrStopCreate">>;
8137 MarshallingInfoEnum<PreprocessorOpts<"ObjCXXARCStandardLibrary">, "ARCXX_nolib">;
8159 MarshallingInfoFlag<PreprocessorOpts<"DisablePCHOrModuleValidatio
[all...]