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

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DModuleBuilder.cpp36 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. member in class:__anon1827::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:__anon1828::PCHContainerGenerator
H A DCodeGenModule.h303 const PreprocessorOptions &PreprocessorOpts; // Only used for debug info. member in class:clang::CodeGen::CodeGenModule
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/Frontend/
H A DCompilerInvocation.h79 std::shared_ptr<PreprocessorOptions> PreprocessorOpts; member in class:clang::CompilerInvocationBase
/freebsd-13-stable/contrib/llvm-project/clang/lib/Frontend/
H A DPrecompiledPreamble.cpp317 PreprocessorOptions &PreprocessorOpts = local
505 PreprocessorOptions &PreprocessorOpts = local
797 auto &PreprocessorOpts = CI.getPreprocessorOpts(); local
812 setupPreambleStorage( const PCHStorage &Storage, PreprocessorOptions &PreprocessorOpts, IntrusiveRefCntPtr<llvm::vfs::FileSystem> &VFS) argument
[all...]
H A DASTUnit.cpp161 const auto &PreprocessorOpts = Invocation.getPreprocessorOpts(); local
2159 PreprocessorOptions &PreprocessorOpts = CCInvocation->getPreprocessorOpts(); local
[all...]

Completed in 183 milliseconds