Searched refs:analCtx (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DObjCSelfInitChecker.cpp411 AnalysisDeclContext *analCtx = C.getCurrentAnalysisDeclContext(); local
412 if (!analCtx->getSelfDecl())
419 return (DR->getDecl() == analCtx->getSelfDecl());

Completed in 110 milliseconds