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

/external/clang/lib/AST/
H A DDeclObjC.cpp1350 /// ClassImplementsProtocol - Checks that 'lProto' protocol
1353 bool ObjCInterfaceDecl::ClassImplementsProtocol(ObjCProtocolDecl *lProto, argument
1362 if (getASTContext().ProtocolCompatibleWithProtocol(lProto, PI))
1371 getASTContext().ProtocolCompatibleWithProtocol(PI, lProto))
1379 if (getASTContext().ProtocolCompatibleWithProtocol(lProto, PI))
1386 IDecl->getSuperClass()->ClassImplementsProtocol(lProto, lookupCategory,
H A DASTContext.cpp6395 /// ProtocolCompatibleWithProtocol - return 'true' if 'lProto' is in the
6398 ASTContext::ProtocolCompatibleWithProtocol(ObjCProtocolDecl *lProto, argument
6400 if (declaresSameEntity(lProto, rProto))
6403 if (ProtocolCompatibleWithProtocol(lProto, PI))
/external/clang/include/clang/AST/
H A DASTContext.h1414 bool ProtocolCompatibleWithProtocol(ObjCProtocolDecl *lProto,
H A DDeclObjC.h1337 /// ClassImplementsProtocol - Checks that 'lProto' protocol
1340 bool ClassImplementsProtocol(ObjCProtocolDecl *lProto,

Completed in 1025 milliseconds