Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp2520 else if (auto CurrentMethod = dyn_cast<ObjCMethodDecl>(D)) in runAnalysis() local
2521 Params = CurrentMethod->getCanonicalDecl()->parameters(); in runAnalysis()