Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/StaticAnalyzer/Checkers/
H A DMallocChecker.cpp2322 const Stmt *AllocationStmt = PathDiagnosticLocation::getStmt(AllocNode); in reportLeak() local
2323 if (AllocationStmt) in reportLeak()
2324 LocUsedForUniqueing = PathDiagnosticLocation::createBegin(AllocationStmt, in reportLeak()