Home | History | Annotate | Download | only in Parse

Lines Matching refs:ProtocolLocs

224     SmallVector<SourceLocation, 8> ProtocolLocs;
226 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true,
236 ProtocolLocs.data(),
268 SmallVector<SourceLocation, 8> ProtocolLocs;
271 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true,
279 ProtocolLocs.data(),
1158 SmallVectorImpl<SourceLocation> &ProtocolLocs,
1182 ProtocolLocs.push_back(Tok.getLocation());
1212 SmallVector<SourceLocation, 8> ProtocolLocs;
1213 bool Result = ParseObjCProtocolReferences(ProtocolDecl, ProtocolLocs, false,
1216 ProtocolLocs.data(), LAngleLoc);
1425 SmallVector<SourceLocation, 8> ProtocolLocs;
1427 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, false,
1435 ProtocolLocs.data(),