Searched defs:ProtocolLoc (Results 1 - 1 of 1) sorted by relevance
/external/clang/lib/Sema/ |
H A D | SemaDeclObjC.cpp | 1126 SourceLocation ProtocolLoc, 1135 ObjCProtocolDecl *PrevDecl = LookupProtocol(ProtocolName, ProtocolLoc, 1140 Diag(ProtocolLoc, diag::warn_duplicate_protocol_def) << ProtocolName; 1148 ProtocolLoc, AtProtoInterfaceLoc, 1158 ProtocolName, ProtocolLoc, PrevDecl->getLocation(), PList); 1163 ProtocolLoc, AtProtoInterfaceLoc, 1124 ActOnStartProtocolInterface(SourceLocation AtProtoInterfaceLoc, IdentifierInfo *ProtocolName, SourceLocation ProtocolLoc, Decl * const *ProtoRefs, unsigned NumProtoRefs, const SourceLocation *ProtoLocs, SourceLocation EndProtoLoc, AttributeList *AttrList) argument
|
Completed in 37 milliseconds