Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DStreamChecker.cpp1951 const ExplodedNode *StreamOpenNode = getAcquisitionSite(Err, LeakSym, C); in reportLeaks() local
1952 assert(StreamOpenNode && "Could not find place of stream opening."); in reportLeaks()
1955 if (const Stmt *StreamStmt = StreamOpenNode->getStmtForDiagnostics()) in reportLeaks()
1958 StreamOpenNode->getLocationContext()); in reportLeaks()
1965 StreamOpenNode->getLocationContext()->getDecl()); in reportLeaks()