Searched refs:lProto (Results 1 - 4 of 4) sorted by relevance

/external/clang/lib/AST/
H A DDeclObjC.cpp750 /// ClassImplementsProtocol - Checks that 'lProto' protocol
753 bool ObjCInterfaceDecl::ClassImplementsProtocol(ObjCProtocolDecl *lProto, argument
763 if (getASTContext().ProtocolCompatibleWithProtocol(lProto, *PI))
772 getASTContext().ProtocolCompatibleWithProtocol(*PI, lProto))
782 if (getASTContext().ProtocolCompatibleWithProtocol(lProto, *PI))
789 IDecl->getSuperClass()->ClassImplementsProtocol(lProto, lookupCategory,
H A DASTContext.cpp5059 /// ProtocolCompatibleWithProtocol - return 'true' if 'lProto' is in the
5062 ASTContext::ProtocolCompatibleWithProtocol(ObjCProtocolDecl *lProto, argument
5064 if (lProto == rProto)
5068 if (ProtocolCompatibleWithProtocol(lProto, *PI))
/external/clang/include/clang/AST/
H A DASTContext.h1002 bool ProtocolCompatibleWithProtocol(ObjCProtocolDecl *lProto,
H A DDeclObjC.h793 /// ClassImplementsProtocol - Checks that 'lProto' protocol
796 bool ClassImplementsProtocol(ObjCProtocolDecl *lProto,

Completed in 480 milliseconds