Home
last modified time | relevance | path

Searched refs:InMD (Results 1 – 2 of 2) sorted by relevance

/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Checkers/
H A DDirectIvarAssignment.cpp68 MethodCrawler(const IvarToPropertyMapTy &InMap, const ObjCMethodDecl *InMD, in MethodCrawler() argument
71 : IvarToPropMap(InMap), MD(InMD), InterfD(InID), BR(InBR), in MethodCrawler()
H A DLocalizationChecker.cpp1048 MethodCrawler(const ObjCMethodDecl *InMD, BugReporter &InBR, in MethodCrawler() argument
1051 : MD(InMD), BR(InBR), Mgr(InMgr), Checker(Checker), DCtx(InDCtx) {} in MethodCrawler()