Lines Matching refs:ProtocolLocs
241 SmallVector<SourceLocation, 8> ProtocolLocs;
243 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true,
253 ProtocolLocs.data(),
285 SmallVector<SourceLocation, 8> ProtocolLocs;
288 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true,
296 ProtocolLocs.data(),
1180 SmallVectorImpl<SourceLocation> &ProtocolLocs,
1204 ProtocolLocs.push_back(Tok.getLocation());
1230 SmallVector<SourceLocation, 8> ProtocolLocs;
1231 bool Result = ParseObjCProtocolReferences(ProtocolDecl, ProtocolLocs, false,
1234 ProtocolLocs.data(), LAngleLoc);
1461 SmallVector<SourceLocation, 8> ProtocolLocs;
1463 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, false,
1471 ProtocolLocs.data(),