Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp554 static auto toSupportedVariable() { return to(varDecl()); } in toSupportedVariable() function
805 declRefExpr(hasPointerType(), toSupportedVariable()) in matcher()
854 declRefExpr(hasPointerType(), toSupportedVariable()) in matcher()
856 hasLHS(declRefExpr(hasPointerType(), toSupportedVariable()) in matcher()
904 toSupportedVariable()) in matcher()
906 hasLHS(declRefExpr(hasPointerType(), toSupportedVariable()) in matcher()
1051 ignoringParenImpCasts(declRefExpr(ArrayOrPtr, toSupportedVariable()))); in matcher()
1093 declRefExpr(allOf(ArrayOrPtr, toSupportedVariable())) in matcher()
1128 declRefExpr(toSupportedVariable()).bind(BaseDeclRefExprTag))))) in matcher()
1169 ignoringParenImpCasts(declRefExpr(toSupportedVariable())))))) in matcher()
[all …]