Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp654 const ExplodedNode *AcquireNode = getAcquireSite(ErrorNode, Sym, C); in reportBug() local
655 if (AcquireNode) { in reportBug()
656 const Stmt *S = AcquireNode->getStmtForDiagnostics(); in reportBug()
660 S, C.getSourceManager(), AcquireNode->getLocationContext()); in reportBug()
664 AcquireNode->getLocationContext()->getDecl()); in reportBug()