Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/Parse/
HDParseObjc.cpp222 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCAtInterfaceDeclaration() local
226 ProtocolIdents, in ParseObjCAtInterfaceDeclaration()
337 if (!ProtocolIdents.empty()) { in ParseObjCAtInterfaceDeclaration()
340 for (const auto &pair : ProtocolIdents) { in ParseObjCAtInterfaceDeclaration()
345 &ProtocolIdents[0], ProtocolIdents.size(), in ParseObjCAtInterfaceDeclaration()
1556 SmallVector<IdentifierLocPair, 8> ProtocolIdents; in ParseObjCProtocolReferences() local
1560 Actions.CodeCompleteObjCProtocolReferences(ProtocolIdents.data(), in ParseObjCProtocolReferences()
1561 ProtocolIdents.size()); in ParseObjCProtocolReferences()
1571 ProtocolIdents.push_back(std::make_pair(Tok.getIdentifierInfo(), in ParseObjCProtocolReferences()
1587 &ProtocolIdents[0], ProtocolIdents.size(), in ParseObjCProtocolReferences()