Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/lib/Parse/
H A DParseObjc.cpp240 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCAtInterfaceDeclaration() local
245 typeParamScope, LAngleLoc, ProtocolIdents, EndProtoLoc); in ParseObjCAtInterfaceDeclaration()
335 if (!ProtocolIdents.empty()) { in ParseObjCAtInterfaceDeclaration()
338 for (const auto &pair : ProtocolIdents) { in ParseObjCAtInterfaceDeclaration()
343 ProtocolIdents, protocols); in ParseObjCAtInterfaceDeclaration()
1539 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCProtocolReferences() local
1544 Actions.CodeCompleteObjCProtocolReferences(ProtocolIdents); in ParseObjCProtocolReferences()
1552 ProtocolIdents.push_back(std::make_pair(Tok.getIdentifierInfo(), in ParseObjCProtocolReferences()
1568 ProtocolIdents, Protocols); in ParseObjCProtocolReferences()