/freebsd-src/contrib/llvm-project/clang/lib/Frontend/ |
H A D | PrecompiledPreamble.cpp | 424 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 D | ASTUnit.cpp | 161 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 D | CompilerInvocation.cpp | 4512 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 D | ModuleBuilder.cpp | 38 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 D | ObjectFilePCHContainerOperations.cpp | 50 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 D | CodeGenModule.h | 306 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. variable 767 const { return PreprocessorOpts; }
|
H A D | CodeGenModule.cpp | 341 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 D | ModuleBuilder.h | 112 const PreprocessorOptions &PreprocessorOpts,
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Frontend/ |
H A D | PrecompiledPreamble.h | 182 PreprocessorOptions &PreprocessorOpts,
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Driver/ |
H A D | Options.td | 335 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...] |