Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/RetainCountChecker/
H A DRetainCountDiagnostics.h73 const Stmt *AllocStmt = nullptr; variable
H A DRetainCountDiagnostics.cpp896 AllocStmt = AllocNode->getStmtForDiagnostics(); in deriveAllocLocation()
898 if (!AllocStmt) { in deriveAllocLocation()
904 AllocStmt, SMgr, AllocNode->getLocationContext()); in deriveAllocLocation()