Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.cpp188 static Optional<std::string> findMetaClassAlloc(const Expr *Callee) { in findMetaClassAlloc() function
208 if (auto Out = findMetaClassAlloc(CE->getCallee())) in findAllocatedObjectName()