Searched refs:objcObjectPointerType (Results 1 – 6 of 6) sorted by relevance
112 hasSourceExpression(ignoringImpCasts(hasType(objcObjectPointerType( in checkASTCodeBody()114 ignoringImpCasts(hasType(objcObjectPointerType(pointee(hasDeclaration( in checkASTCodeBody()146 hasSourceExpression(ignoringImpCasts(hasType(objcObjectPointerType( in checkASTCodeBody()148 ignoringImpCasts(hasType(objcObjectPointerType( in checkASTCodeBody()152 objcObjectPointerType(pointee(hasDeclaration(objcInterfaceDecl( in checkASTCodeBody()155 objcObjectPointerType(pointee(hasDeclaration(objcInterfaceDecl( in checkASTCodeBody()
176 pointee(hasCanonicalType(objcObjectPointerType())))))) in checkASTCodeBody()
221 objcObjectPointerType(pointee( in checkASTCodeBody()
525 REGISTER_MATCHER(objcObjectPointerType); in RegistryMaps()
1096 const AstTypeMatcher<ObjCObjectPointerType> objcObjectPointerType; variable
7414 extern const AstTypeMatcher<ObjCObjectPointerType> objcObjectPointerType;