Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h73 const Stmt *AllocStmt = nullptr; variable
H A DRetainCountDiagnostics.cpp903 AllocStmt = AllocNode->getStmtForDiagnostics(); in deriveAllocLocation()
905 if (!AllocStmt) { in deriveAllocLocation()
911 AllocStmt, SMgr, AllocNode->getLocationContext()); in deriveAllocLocation()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp487 const Stmt *AllocStmt = AllocNode->getStmtForDiagnostics(); in generateAllocatedDataNotReleasedReport() local
489 if (AllocStmt) in generateAllocatedDataNotReleasedReport()
490 LocUsedForUniqueing = PathDiagnosticLocation::createBegin(AllocStmt, in generateAllocatedDataNotReleasedReport()