Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp263 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCAtInterfaceDeclaration() local
268 typeParamScope, LAngleLoc, ProtocolIdents, EndProtoLoc); in ParseObjCAtInterfaceDeclaration()
360 if (!ProtocolIdents.empty()) { in ParseObjCAtInterfaceDeclaration()
363 for (const auto &pair : ProtocolIdents) { in ParseObjCAtInterfaceDeclaration()
368 ProtocolIdents, protocols); in ParseObjCAtInterfaceDeclaration()
1589 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCProtocolReferences() local
1595 ProtocolIdents); in ParseObjCProtocolReferences()
1603 ProtocolIdents.push_back(std::make_pair(Tok.getIdentifierInfo(), in ParseObjCProtocolReferences()
1619 ProtocolIdents, Protocols); in ParseObjCProtocolReferences()