Searched refs:ProtocolIdents (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp237 // case, LAngleLoc will be valid and ProtocolIdents will capture the
240 SmallVector<IdentifierLocPair, 8> ProtocolIdents; local
245 typeParamScope, LAngleLoc, ProtocolIdents, EndProtoLoc);
335 if (!ProtocolIdents.empty()) {
338 for (const auto &pair : ProtocolIdents) {
343 ProtocolIdents, protocols);
1531 SmallVector<IdentifierLocPair, 8> ProtocolIdents; local
1535 Actions.CodeCompleteObjCProtocolReferences(ProtocolIdents);
1544 ProtocolIdents.push_back(std::make_pair(Tok.getIdentifierInfo(),
1560 ProtocolIdents, Protocol
[all...]

Completed in 45 milliseconds