Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/WebKit/
H A DMemoryUnsafeCastChecker.cpp113 pointee(hasDeclaration(objcInterfaceDecl().bind(BaseNode))))))), in checkASTCodeBody()
115 objcInterfaceDecl(isDerivedFrom(equalsBoundNode(BaseNode))) in checkASTCodeBody()
147 pointee(hasDeclaration(objcInterfaceDecl().bind(FromCastNode))))))), in checkASTCodeBody()
149 pointee(hasDeclaration(objcInterfaceDecl().bind(ToCastNode)))))), in checkASTCodeBody()
152 objcObjectPointerType(pointee(hasDeclaration(objcInterfaceDecl( in checkASTCodeBody()
155 objcObjectPointerType(pointee(hasDeclaration(objcInterfaceDecl( in checkASTCodeBody()
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNumberObjectConversionChecker.cpp224 objcInterfaceDecl(hasName("NSNumber"))))))))))) in checkASTCodeBody()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp520 REGISTER_MATCHER(objcInterfaceDecl); in RegistryMaps()
/freebsd/contrib/llvm-project/clang/lib/ASTMatchers/
H A DASTMatchersInternal.cpp855 objcInterfaceDecl; variable
/freebsd/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1587 objcInterfaceDecl;