Searched defs:LOpts (Results 1 – 6 of 6) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/ |
H A D | RetainCountDiagnostics.cpp | 837 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 D | RetainCountChecker.cpp | 1096 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 D | BackendUtil.cpp | 213 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 D | CodeGenModule.cpp | 1675 const auto &LOpts = CGM.getLangOpts(); in shouldAssumeDSOLocal() local
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 645 const LangOptions &LOpts, in RewriteModernObjC() 665 DiagnosticsEngine &Diags, const LangOptions &LOpts, in CreateModernObjCRewriter()
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | ASTContext.cpp | 872 ASTContext::ASTContext(LangOptions &LOpts, SourceManager &SM, in ASTContext()
|