Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp844 RefCountReport::RefCountReport(const RefCountBug &D, const LangOptions &LOpts, in RefCountReport()
852 RefCountReport::RefCountReport(const RefCountBug &D, const LangOptions &LOpts, in RefCountReport()
995 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
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp154 const LangOptions &LOpts, Module *M) in EmitAssemblyHelper()
1505 const clang::TargetOptions &TOpts, const LangOptions &LOpts, in runThinLTOBackend()
1606 const LangOptions &LOpts, in EmitBackendOutput()
H A DCodeGenModule.cpp1015 const auto &LOpts = CGM.getLangOpts(); in shouldAssumeDSOLocal() local
/netbsd-src/external/apache2/llvm/dist/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.cpp645 const LangOptions &LOpts, in RewriteModernObjC()
665 DiagnosticsEngine &Diags, const LangOptions &LOpts, in CreateModernObjCRewriter()
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/
H A DASTContext.cpp923 const LangOptions &LOpts) { in getAddressSpaceMap()
967 ASTContext::ASTContext(LangOptions &LOpts, SourceManager &SM, in ASTContext()