Searched refs:PreprocessorOpts (Results 1 - 8 of 8) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/Frontend/
H A DCompilerInvocation.h69 IntrusiveRefCntPtr<PreprocessorOptions> PreprocessorOpts; member in class:clang::CompilerInvocationBase
91 PreprocessorOptions &getPreprocessorOpts() { return *PreprocessorOpts; }
93 return *PreprocessorOpts;
/freebsd-11.0-release/contrib/llvm/tools/clang/include/clang/CodeGen/
H A DModuleBuilder.h48 const PreprocessorOptions &PreprocessorOpts,
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DModuleBuilder.cpp35 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. member in class:__anon3844::CodeGeneratorImpl
66 PreprocessorOpts(PPO), CodeGenOpts(CGO), HandlingTopLevelDecls(0),
103 PreprocessorOpts, CodeGenOpts,
245 const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO,
248 PreprocessorOpts, CGO, C, CoverageInfo);
242 CreateLLVMCodeGen( DiagnosticsEngine &Diags, const std::string &ModuleName, const HeaderSearchOptions &HeaderSearchOpts, const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO, llvm::LLVMContext &C, CoverageSourceInfo *CoverageInfo) argument
H A DObjectFilePCHContainerOperations.cpp48 const PreprocessorOptions &PreprocessorOpts; member in class:__anon3845::PCHContainerGenerator
144 PreprocessorOpts(CI.getPreprocessorOpts()),
165 *Ctx, HeaderSearchOpts, PreprocessorOpts, CodeGenOpts, *M, Diags));
H A DCodeGenModule.h263 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. member in class:clang::CodeGen::CodeGenModule
599 const { return PreprocessorOpts; }
H A DCodeGenModule.cpp87 PreprocessorOpts(PPO), CodeGenOpts(CGO), TheModule(M), Diags(diags),
/freebsd-11.0-release/contrib/llvm/tools/clang/lib/Frontend/
H A DASTUnit.cpp1110 PreprocessorOptions &PreprocessorOpts = Clang->getPreprocessorOpts(); local
1112 PreprocessorOpts.addRemappedFile(OriginalSourceFile,
1114 PreprocessorOpts.PrecompiledPreambleBytes.first = Preamble.size();
1115 PreprocessorOpts.PrecompiledPreambleBytes.second
1117 PreprocessorOpts.ImplicitPCHInclude = getPreambleFile(this);
1118 PreprocessorOpts.DisablePCHValidation = true;
1192 PreprocessorOptions &PreprocessorOpts = Invocation.getPreprocessorOpts(); local
1203 for (const auto &RF : PreprocessorOpts.RemappedFiles) {
1218 for (const auto &RB : PreprocessorOpts.RemappedFileBuffers) {
1350 PreprocessorOptions &PreprocessorOpts local
2329 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); local
[all...]
H A DCompilerInvocation.cpp57 PreprocessorOpts(new PreprocessorOptions()) {}
65 PreprocessorOpts(new PreprocessorOptions(X.getPreprocessorOpts())) {}

Completed in 127 milliseconds