Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Analysis/
H A DUnsafeBufferUsage.cpp754 auto HasTwoParamSpanCtorDecl = hasDeclaration( in matcher() local
758 return stmt(cxxConstructExpr(HasTwoParamSpanCtorDecl, in matcher()
977 auto HasTwoParamSpanCtorDecl = SpanTwoParamConstructorGadget::matcher(); in matcher() local
979 cxxConstructExpr(HasUnsafeCtorDecl, unless(HasTwoParamSpanCtorDecl)) in matcher()