Home
last modified time | relevance | path

Searched defs:LOpts (Results 1 – 7 of 7) sorted by relevance

/freebsd-src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp837 RefCountReport::RefCountReport(const RefCountBug &D, const LangOptions &LOpts, in RefCountReport() argument
845 RefCountReport::RefCountReport(const RefCountBug &D, const LangOptions &LOpts, in RefCountReport() argument
987 RefLeakReport::RefLeakReport(const RefCountBug &D, const LangOptions &LOpts, in RefLeakReport() argument
H A DRetainCountChecker.cpp1096 const LangOptions &LOpts = C.getASTContext().getLangOpts(); in checkReturnWithRetEffect() local
1275 const LangOptions &LOpts = Ctx.getASTContext().getLangOpts(); in handleAutoreleaseCounts() local
1319 const LangOptions &LOpts = Ctx.getASTContext().getLangOpts(); in processLeaks() local
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp202 EmitAssemblyHelper(DiagnosticsEngine & _Diags,const HeaderSearchOptions & HeaderSearchOpts,const CodeGenOptions & CGOpts,const clang::TargetOptions & TOpts,const LangOptions & LOpts,llvm::Module * M,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS) EmitAssemblyHelper() argument
1179 runThinLTOBackend(DiagnosticsEngine & Diags,ModuleSummaryIndex * CombinedIndex,llvm::Module * M,const HeaderSearchOptions & HeaderOpts,const CodeGenOptions & CGOpts,const clang::TargetOptions & TOpts,const LangOptions & LOpts,std::unique_ptr<raw_pwrite_stream> OS,std::string SampleProfile,std::string ProfileRemapping,BackendAction Action) runThinLTOBackend() argument
1283 EmitBackendOutput(DiagnosticsEngine & Diags,const HeaderSearchOptions & HeaderOpts,const CodeGenOptions & CGOpts,const clang::TargetOptions & TOpts,const LangOptions & LOpts,StringRef TDesc,llvm::Module * M,BackendAction Action,IntrusiveRefCntPtr<llvm::vfs::FileSystem> VFS,std::unique_ptr<raw_pwrite_stream> OS,BackendConsumer * BC) EmitBackendOutput() argument
H A DCodeGenModule.cpp1576 const auto &LOpts = CGM.getLangOpts(); shouldAssumeDSOLocal() local
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp511 DiagnosticsEngine &D, const LangOptions &LOpts, in RewriteObjCFragileABI()
579 DiagnosticsEngine &D, const LangOptions &LOpts, in RewriteObjC()
595 DiagnosticsEngine &Diags, const LangOptions &LOpts, in CreateObjCRewriter()
H A DRewriteModernObjC.cpp646 RewriteModernObjC(std::string inFile,std::unique_ptr<raw_ostream> OS,DiagnosticsEngine & D,const LangOptions & LOpts,bool silenceMacroWarn,bool LineInfo) RewriteModernObjC() argument
666 CreateModernObjCRewriter(const std::string & InFile,std::unique_ptr<raw_ostream> OS,DiagnosticsEngine & Diags,const LangOptions & LOpts,bool SilenceRewriteMacroWarning,bool LineInfo) CreateModernObjCRewriter() argument
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp869 ASTContext(LangOptions & LOpts,SourceManager & SM,IdentifierTable & idents,SelectorTable & sels,Builtin::Context & builtins,TranslationUnitKind TUKind) ASTContext() argument