Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DMemoryUnsafeCastChecker.cpp28 static constexpr const char *const ToCastNode = "ToCast"; variable
66 const NamedDecl *ToCast = Nodes.getNodeAs<NamedDecl>(ToCastNode); in emitDiagnosticsUnrelated()
140 hasTypePointingTo(cxxRecordDecl().bind(ToCastNode)), in checkASTCodeBody()
144 isSameOrDerivedFrom(equalsBoundNode(ToCastNode)))))))); in checkASTCodeBody()
149 pointee(hasDeclaration(objcInterfaceDecl().bind(ToCastNode)))))), in checkASTCodeBody()
156 isSameOrDerivedFrom(equalsBoundNode(ToCastNode)))))))))))); in checkASTCodeBody()
161 recordType(hasDeclaration(decl(cxxRecordDecl().bind(ToCastNode)))))), in checkASTCodeBody()
168 isSameOrDerivedFrom(equalsBoundNode(ToCastNode)))))))))))); in checkASTCodeBody()