Home
last modified time | relevance | path

Searched refs:DeclM (Results 1 – 2 of 2) 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()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DMemoryUnsafeCastChecker.cpp94 static decltype(auto) hasTypePointingTo(DeclarationMatcher DeclM) { in hasTypePointingTo() argument
95 return hasType(pointerType(pointee(hasDeclaration(DeclM)))); in hasTypePointingTo()