Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp837 RefCountReport::RefCountReport(const RefCountBug &D, const LangOptions &LOpts, in RefCountReport()
845 RefCountReport::RefCountReport(const RefCountBug &D, const LangOptions &LOpts, in RefCountReport()
987 RefLeakReport::RefLeakReport(const RefCountBug &D, const LangOptions &LOpts, in RefLeakReport()
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/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp213 const LangOptions &LOpts, llvm::Module *M, in EmitAssemblyHelper()
1192 const LangOptions &LOpts, std::unique_ptr<raw_pwrite_stream> OS, in runThinLTOBackend()
1296 const LangOptions &LOpts, StringRef TDesc, llvm::Module *M, in EmitBackendOutput()
H A DCodeGenModule.cpp1675 const auto &LOpts = CGM.getLangOpts(); in shouldAssumeDSOLocal() local
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp645 const LangOptions &LOpts, in RewriteModernObjC()
665 DiagnosticsEngine &Diags, const LangOptions &LOpts, in CreateModernObjCRewriter()
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp872 ASTContext::ASTContext(LangOptions &LOpts, SourceManager &SM, in ASTContext()