Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h73 const Stmt *AllocStmt = nullptr; variable
H A DRetainCountDiagnostics.cpp897 AllocStmt = AllocNode->getStmtForDiagnostics(); in deriveAllocLocation()
899 if (!AllocStmt) { in deriveAllocLocation()
905 AllocStmt, SMgr, AllocNode->getLocationContext()); in deriveAllocLocation()
/llvm-project-15.0.7/clang/lib/StaticAnalyzer/Checkers/
H A DMacOSKeychainAPIChecker.cpp486 const Stmt *AllocStmt = AllocNode->getStmtForDiagnostics(); in generateAllocatedDataNotReleasedReport() local
488 if (AllocStmt) in generateAllocatedDataNotReleasedReport()
489 LocUsedForUniqueing = PathDiagnosticLocation::createBegin(AllocStmt, in generateAllocatedDataNotReleasedReport()