Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DMemoryUnsafeCastChecker.cpp94 static decltype(auto) hasTypePointingTo(DeclarationMatcher DeclM) { in hasTypePointingTo() function
106 hasSourceExpression(hasTypePointingTo(cxxRecordDecl().bind(BaseNode))), in checkASTCodeBody()
107 hasTypePointingTo(cxxRecordDecl(isDerivedFrom(equalsBoundNode(BaseNode))) in checkASTCodeBody()
110 hasTypePointingTo(templateTypeParmDecl())))); in checkASTCodeBody()
139 hasTypePointingTo(cxxRecordDecl().bind(FromCastNode))), in checkASTCodeBody()
140 hasTypePointingTo(cxxRecordDecl().bind(ToCastNode)), in checkASTCodeBody()
141 unless(anyOf(hasTypePointingTo(cxxRecordDecl( in checkASTCodeBody()
143 hasSourceExpression(hasTypePointingTo(cxxRecordDecl( in checkASTCodeBody()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DOSObjectCStyleCast.cpp76 static decltype(auto) hasTypePointingTo(DeclarationMatcher DeclM) { in hasTypePointingTo() function
101 hasTypePointingTo(cxxRecordDecl(isDerivedFrom("OSMetaClassBase"))); in checkASTCodeBody()
102 auto OSObjSubclassM = hasTypePointingTo( in checkASTCodeBody()