Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp711 if (auto CEP = N->getLocation().getAs<CallEnter>()) { in GetAllocationSite() local
712 const Stmt *CE = CEP->getCallExpr(); in GetAllocationSite()
718 InitMethodContext = CEP->getCalleeContext(); in GetAllocationSite()