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.cpp218 SmallVector<IdentifierLoc, 8> ProtocolIdents; in ParseObjCAtInterfaceDeclaration() local
223 typeParamScope, LAngleLoc, ProtocolIdents, EndProtoLoc); in ParseObjCAtInterfaceDeclaration()
315 if (!ProtocolIdents.empty()) { in ParseObjCAtInterfaceDeclaration()
318 for (const auto &Loc : ProtocolIdents) { in ParseObjCAtInterfaceDeclaration()
323 ProtocolIdents, protocols); in ParseObjCAtInterfaceDeclaration()
1367 SmallVector<IdentifierLoc, 8> ProtocolIdents; in ParseObjCProtocolReferences() local
1373 ProtocolIdents); in ParseObjCProtocolReferences()
1381 ProtocolIdents.emplace_back(Tok.getLocation(), Tok.getIdentifierInfo()); in ParseObjCProtocolReferences()
1396 ProtocolIdents, Protocols); in ParseObjCProtocolReferences()