Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp2502 if (auto *DS = findDeclStmt(S); DS) { in matches()
2519 const DeclStmt *findDeclStmt(const Stmt *S) { in findDeclStmt() function in FixableGadgetMatcher