Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DCalledOnceCheck.cpp390 const DeclRefExpr *findDeclRefExpr(const Expr *In, in findDeclRefExpr() function
399 findDeclRefExpr(In, ShouldRetrieveFromComparisons)) { in findReferencedParmVarDecl()
H A DUnsafeBufferUsage.cpp2495 if (auto *DRE = findDeclRefExpr(S); DRE) { in matches()
2510 const DeclRefExpr *findDeclRefExpr(const Stmt *S) { in findDeclRefExpr() function in FixableGadgetMatcher