Home
last modified time | relevance | path

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

/external/clang/lib/Parse/
DParseObjc.cpp246 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCAtInterfaceDeclaration() local
251 typeParamScope, LAngleLoc, ProtocolIdents, EndProtoLoc); in ParseObjCAtInterfaceDeclaration()
352 if (!ProtocolIdents.empty()) { in ParseObjCAtInterfaceDeclaration()
355 for (const auto &pair : ProtocolIdents) { in ParseObjCAtInterfaceDeclaration()
360 ProtocolIdents, protocols); in ParseObjCAtInterfaceDeclaration()
1553 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCProtocolReferences() local
1557 Actions.CodeCompleteObjCProtocolReferences(ProtocolIdents); in ParseObjCProtocolReferences()
1567 ProtocolIdents.push_back(std::make_pair(Tok.getIdentifierInfo(), in ParseObjCProtocolReferences()
1583 ProtocolIdents, Protocols); in ParseObjCProtocolReferences()