Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DOSObjectCStyleCast.cpp76 static decltype(auto) hasTypePointingTo(DeclarationMatcher DeclM) { in hasTypePointingTo() argument
77 return hasType(pointerType(pointee(hasDeclaration(DeclM)))); in hasTypePointingTo()