Home
last modified time | relevance | path

Searched refs:LOpts (Results 1 – 9 of 9) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h55 RefCountReport(const RefCountBug &D, const LangOptions &LOpts,
59 RefCountReport(const RefCountBug &D, const LangOptions &LOpts,
87 RefLeakReport(const RefCountBug &D, const LangOptions &LOpts, ExplodedNode *n,
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
990 : RefCountReport(D, LOpts, N, Sym, /*isLeak=*/true) { in RefLeakReport()
H A DRetainCountChecker.cpp1096 const LangOptions &LOpts = C.getASTContext().getLangOpts(); in checkReturnWithRetEffect() local
1098 std::make_unique<RefLeakReport>(*LeakAtReturn, LOpts, N, Sym, C); in checkReturnWithRetEffect()
1275 const LangOptions &LOpts = Ctx.getASTContext().getLangOpts(); in handleAutoreleaseCounts() local
1276 auto R = std::make_unique<RefCountReport>(*OverAutorelease, LOpts, N, Sym, in handleAutoreleaseCounts()
1319 const LangOptions &LOpts = Ctx.getASTContext().getLangOpts(); in processLeaks() local
1324 Ctx.emitReport(std::make_unique<RefLeakReport>(BT, LOpts, N, L, Ctx)); in processLeaks()
/freebsd/contrib/llvm-project/clang/include/clang/Rewrite/Frontend/
H A DASTConsumers.h31 DiagnosticsEngine &Diags, const LangOptions &LOpts,
36 DiagnosticsEngine &Diags, const LangOptions &LOpts,
/freebsd/contrib/llvm-project/clang/lib/CodeGen/
H A DBackendUtil.cpp213 const LangOptions &LOpts, llvm::Module *M, in EmitAssemblyHelper() argument
216 TargetOpts(TOpts), LangOpts(LOpts), TheModule(M), VFS(std::move(VFS)), in EmitAssemblyHelper()
1192 const LangOptions &LOpts, std::unique_ptr<raw_pwrite_stream> OS, in runThinLTOBackend() argument
1231 initTargetOptions(Diags, Conf.Options, CGOpts, TOpts, LOpts, HeaderOpts); in runThinLTOBackend()
1296 const LangOptions &LOpts, StringRef TDesc, llvm::Module *M, in EmitBackendOutput() argument
1324 TOpts, LOpts, std::move(OS), CGOpts.SampleProfileFile, in EmitBackendOutput()
1340 EmitAssemblyHelper AsmHelper(Diags, HeaderOpts, CGOpts, TOpts, LOpts, M, VFS); in EmitBackendOutput()
H A DCodeGenModule.cpp1675 const auto &LOpts = CGM.getLangOpts(); in shouldAssumeDSOLocal() local
1676 if (RM != llvm::Reloc::Static && !LOpts.PIE) { in shouldAssumeDSOLocal()
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp244 DiagnosticsEngine &D, const LangOptions &LOpts,
645 const LangOptions &LOpts, in RewriteModernObjC() argument
647 : Diags(D), LangOpts(LOpts), InFileName(inFile), OutFile(std::move(OS)), in RewriteModernObjC()
665 DiagnosticsEngine &Diags, const LangOptions &LOpts, in CreateModernObjCRewriter() argument
668 LOpts, SilenceRewriteMacroWarning, in CreateModernObjCRewriter()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DASTContext.h1208 ASTContext(LangOptions &LOpts, SourceManager &SM, IdentifierTable &idents,
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DASTContext.cpp872 ASTContext::ASTContext(LangOptions &LOpts, SourceManager &SM, in ASTContext() argument
885 SourceMgr(SM), LangOpts(LOpts), in ASTContext()
891 PrintingPolicy(LOpts), Idents(idents), Selectors(sels), in ASTContext()
893 Comments(SM), CommentCommandTraits(BumpAlloc, LOpts.CommentOpts), in ASTContext()