Searched refs:AllocStmt (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp528 const Stmt *AllocStmt = nullptr; local
531 AllocStmt = Exit->getCalleeContext()->getCallSite();
533 AllocStmt = PS->getStmt();
535 if (AllocStmt)
536 LocUsedForUniqueing = PathDiagnosticLocation::createBegin(AllocStmt,

Completed in 509 milliseconds