Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp185 static std::optional<std::string> findMetaClassAlloc(const Expr *Callee) { in findMetaClassAlloc() function
205 if (auto Out = findMetaClassAlloc(CE->getCallee())) in findAllocatedObjectName()