Home | History | Annotate | Download | only in Parse

Lines Matching defs:ProtocolLocs

226     SmallVector<SourceLocation, 8> ProtocolLocs;
228 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true,
238 ProtocolLocs.data(),
270 SmallVector<SourceLocation, 8> ProtocolLocs;
273 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, true,
281 ProtocolLocs.data(),
1171 SmallVectorImpl<SourceLocation> &ProtocolLocs,
1195 ProtocolLocs.push_back(Tok.getLocation());
1221 SmallVector<SourceLocation, 8> ProtocolLocs;
1222 bool Result = ParseObjCProtocolReferences(ProtocolDecl, ProtocolLocs, false,
1225 ProtocolLocs.data(), LAngleLoc);
1432 SmallVector<SourceLocation, 8> ProtocolLocs;
1434 ParseObjCProtocolReferences(ProtocolRefs, ProtocolLocs, false,
1442 ProtocolLocs.data(),