Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DCheckObjCDealloc.cpp81 const LangOptions &LOpts, BugReporter &BR) { in checkObjCDealloc()
H A DRetainCountChecker.cpp1749 CFRefReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, in CFRefReport()
1758 CFRefReport(CFRefBug &D, const LangOptions &LOpts, bool GCEnabled, in CFRefReport()
1790 void CFRefReport::addGCModeDescription(const LangOptions &LOpts, in addGCModeDescription()
2314 CFRefLeakReport::CFRefLeakReport(CFRefBug &D, const LangOptions &LOpts, in CFRefLeakReport()
2479 CFRefBug *getLeakWithinFunctionBug(const LangOptions &LOpts, in getLeakWithinFunctionBug()
2501 CFRefBug *getLeakAtReturnBug(const LangOptions &LOpts, bool GCEnabled) const { in getLeakAtReturnBug() argument
3418 const LangOptions &LOpts = C.getASTContext().getLangOpts(); in checkReturnWithRetEffect() local
3630 const LangOptions &LOpts = Ctx.getASTContext().getLangOpts(); in handleAutoreleaseCounts() local
3669 const LangOptions &LOpts = Ctx.getASTContext().getLangOpts(); in processLeaks() local
/minix3/external/bsd/llvm/dist/clang/lib/CodeGen/
H A DBackendUtil.cpp114 const LangOptions &LOpts, in EmitAssemblyHelper()
640 const LangOptions &LOpts, StringRef TDesc, in EmitBackendOutput()
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/
H A DCacheTokens.cpp493 const LangOptions &LOpts = PP.getLangOpts(); in GeneratePTH() local
/minix3/external/bsd/llvm/dist/clang/lib/Frontend/Rewrite/
H A DRewriteObjC.cpp510 DiagnosticsEngine &D, const LangOptions &LOpts, in RewriteObjCFragileABI()
579 DiagnosticsEngine &D, const LangOptions &LOpts, in RewriteObjC()
594 DiagnosticsEngine &Diags, const LangOptions &LOpts, in CreateObjCRewriter()
H A DRewriteModernObjC.cpp648 DiagnosticsEngine &D, const LangOptions &LOpts, in RewriteModernObjC()
669 const LangOptions &LOpts, bool SilenceRewriteMacroWarning, bool LineInfo) { in CreateModernObjCRewriter()
/minix3/external/bsd/llvm/dist/clang/lib/AST/
H A DASTContext.cpp695 const LangOptions &LOpts) { in getAddressSpaceMap()
727 ASTContext::ASTContext(LangOptions &LOpts, SourceManager &SM, in ASTContext()