Home | History | Annotate | Download | only in Sema

Lines Matching refs:ProtoIdLoc

1025                                              SourceLocation ProtoIdLoc,
1027 ObjCProtocolDecl* PDecl = LookupProtocol(ProtocolId, ProtoIdLoc);
1037 return new (Context) ObjCProtocolExpr(Ty, PDecl, AtLoc, ProtoIdLoc, RParenLoc);