Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp424 PreprocessorOptions &PreprocessorOpts = in Build()
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()
632 for (const auto &R : PreprocessorOpts.RemappedFiles) { in CanReuse()
650 for (const auto &RB : PreprocessorOpts in CanReuse()
423 PreprocessorOptions &PreprocessorOpts = Build() local
611 PreprocessorOptions &PreprocessorOpts = CanReuse() local
768 auto &PreprocessorOpts = CI.getPreprocessorOpts(); configurePreamble() local
789 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()
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()
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
160 const auto &PreprocessorOpts = Invocation.getPreprocessorOpts(); getBufferForFileHandlingRemapping() local
2187 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); CodeComplete() local
[all...]
H A DCompilerInvocation.cpp4512 const PreprocessorOptions *PreprocessorOpts = &Opts; in ParsePreprocessorOutputArgs()
4586 PreprocessorOptions *PreprocessorOpts = &Opts; in CreateFromArgsImpl()
4313 const PreprocessorOptions *PreprocessorOpts = &Opts; GeneratePreprocessorArgs() local
4384 PreprocessorOptions *PreprocessorOpts = &Opts; ParsePreprocessorArgs() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp38 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. member in __anon76916bdd0111::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 __anon03be76890111::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; }
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)
/freebsd-src/contrib/llvm-project/clang/include/clang/CodeGen/
H A DModuleBuilder.h112 const PreprocessorOptions &PreprocessorOpts,
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/
H A DPrecompiledPreamble.h182 PreprocessorOptions &PreprocessorOpts,
/freebsd-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<"DisablePCHOrModuleValidatio
[all...]