Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp411 PreprocessorOptions &PreprocessorOpts = in Build() local
438 PreprocessorOpts.PrecompiledPreambleBytes.first = 0; in Build()
439 PreprocessorOpts.PrecompiledPreambleBytes.second = false; in Build()
441 PreprocessorOpts.GeneratePreamble = true; in Build()
489 if (PreprocessorOpts.RetainRemappedFileBuffers) { in Build()
491 PreprocessorOpts.addRemappedFile(MainFilePath, PreambleInputBuffer.get()); in Build()
495 PreprocessorOpts.addRemappedFile(MainFilePath, in Build()
598 PreprocessorOptions &PreprocessorOpts = in CanReuse() local
618 for (const auto &R : PreprocessorOpts.RemappedFiles) { in CanReuse()
636 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) { in CanReuse()
[all …]
H A DASTUnit.cpp162 const auto &PreprocessorOpts = Invocation.getPreprocessorOpts(); in getBufferForFileHandlingRemapping() local
174 for (const auto &RF : PreprocessorOpts.RemappedFiles) { in getBufferForFileHandlingRemapping()
190 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) { in getBufferForFileHandlingRemapping()
2168 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); in CodeComplete() local
2230 PreprocessorOpts.clearRemappedFiles(); in CodeComplete()
2231 PreprocessorOpts.RetainRemappedFileBuffers = true; in CodeComplete()
2233 PreprocessorOpts.addRemappedFile(RemappedFile.first, RemappedFile.second); in CodeComplete()
2285 PreprocessorOpts.PrecompiledPreambleBytes.first = 0; in CodeComplete()
2286 PreprocessorOpts.PrecompiledPreambleBytes.second = false; in CodeComplete()
2291 PreprocessorOpts.DetailedRecord = false; in CodeComplete()
H A DCompilerInvocation.cpp133 PreprocessorOpts(new PreprocessorOptions()), in CompilerInvocationRefBase()
142 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())), in CompilerInvocationRefBase()
154 PreprocessorOpts.swap(X.PreprocessorOpts); in operator =()
4186 PreprocessorOptions *PreprocessorOpts = &Opts; in GeneratePreprocessorArgs() local
4261 PreprocessorOptions *PreprocessorOpts = &Opts; in ParsePreprocessorArgs() local
4706 GeneratePreprocessorArgs(*PreprocessorOpts, Args, SA, *LangOpts, FrontendOpts, in generateCC1CommandLine()
/openbsd-src/gnu/llvm/clang/include/clang/Frontend/
H A DCompilerInvocation.h92 std::shared_ptr<PreprocessorOptions> PreprocessorOpts; variable
123 return PreprocessorOpts; in getPreprocessorOptsPtr()
126 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; } in getPreprocessorOpts()
129 return *PreprocessorOpts; in getPreprocessorOpts()
H A DPrecompiledPreamble.h177 PreprocessorOptions &PreprocessorOpts,
/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DModuleBuilder.cpp38 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. member in __anon2a1548e20111::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 __anon622f1b6e0111::PCHContainerGenerator
150 PreprocessorOpts(CI.getPreprocessorOpts()), in PCHContainerGenerator()
178 *Ctx, FS, HeaderSearchOpts, PreprocessorOpts, CodeGenOpts, *M, Diags)); in Initialize()
H A DCodeGenModule.h306 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. variable
737 const { return PreprocessorOpts; } in getPreprocessorOpts()
H A DCodeGenModule.cpp111 HeaderSearchOpts(HSO), PreprocessorOpts(PPO), CodeGenOpts(CGO), in CodeGenModule()
7168 for (const auto &Arg : PreprocessorOpts.Macros) in printPostfixForExternalizedDecl()
/openbsd-src/gnu/llvm/clang/include/clang/CodeGen/
H A DModuleBuilder.h108 const PreprocessorOptions &PreprocessorOpts,
/openbsd-src/gnu/llvm/clang/include/clang/Driver/
H A DOptions.td278 class PreprocessorOpts<string base>
279 : KeyPathAndMacro<"PreprocessorOpts->", base, "PREPROCESSOR_"> {}
3340 MarshallingInfoStringVector<PreprocessorOpts<"MacroIncludes">>;
3346 MarshallingInfoString<PreprocessorOpts<"ImplicitPCHInclude">>;
4332 MarshallingInfoNegativeFlag<PreprocessorOpts<"UsePredefines">>;
6116 MarshallingInfoString<PreprocessorOpts<"PCHThroughHeader">>;
6119 MarshallingInfoFlag<PreprocessorOpts<"PCHWithHdrStopCreate">>;
6198 MarshallingInfoEnum<PreprocessorOpts<"ObjCXXARCStandardLibrary">, "ARCXX_nolib">;
6220 …MarshallingInfoFlag<PreprocessorOpts<"DisablePCHOrModuleValidation">, "DisableValidationForModuleK…
6227 MarshallingInfoFlag<PreprocessorOpts<"AllowPCHWithCompilerErrors">>,
[all …]