Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountChecker.cpp425 static bool isPointerToObject(QualType QT) { in isPointerToObject() function
441 return !isPointerToObject(CE.parameters()[ArgIdx]->getType()); in shouldEscapeOSArgumentOnCall()