Searched defs:PreprocessorOpts (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp36 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. member in class:__anon453::CodeGeneratorImpl
339 CreateLLVMCodeGen( DiagnosticsEngine &Diags, llvm::StringRef ModuleName, const HeaderSearchOptions &HeaderSearchOpts, const PreprocessorOptions &PreprocessorOpts, const CodeGenOptions &CGO, llvm::LLVMContext &C, CoverageSourceInfo *CoverageInfo) argument
H A DObjectFilePCHContainerOperations.cpp49 const PreprocessorOptions &PreprocessorOpts; member in class:__anon454::PCHContainerGenerator
H A DCodeGenModule.h302 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. member in class:clang::CodeGen::CodeGenModule
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h80 std::shared_ptr<PreprocessorOptions> PreprocessorOpts; member in class:clang::CompilerInvocationBase
/freebsd-11-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp246 PreprocessorOptions &PreprocessorOpts = local
428 PreprocessorOptions &PreprocessorOpts = local
698 auto &PreprocessorOpts = CI.getPreprocessorOpts(); local
713 setupPreambleStorage( const PCHStorage &Storage, PreprocessorOptions &PreprocessorOpts, IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS) argument
[all...]
H A DASTUnit.cpp161 const auto &PreprocessorOpts = Invocation.getPreprocessorOpts(); local
2156 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); local
[all...]

Completed in 141 milliseconds