Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp423 SmallVectorImpl<IdentifierLocPair> &protocolIdents, in parseObjCTypeParamListOrProtocolRefs() argument
435 for (const auto &pair : protocolIdents) { in parseObjCTypeParamListOrProtocolRefs()
443 protocolIdents.clear(); in parseObjCTypeParamListOrProtocolRefs()
475 Actions.CodeCompleteObjCProtocolReferences(protocolIdents); in parseObjCTypeParamListOrProtocolRefs()
509 protocolIdents.push_back(std::make_pair(paramName, paramLoc)); in parseObjCTypeParamListOrProtocolRefs()
573 SmallVector<IdentifierLocPair, 1> protocolIdents; in parseObjCTypeParamList() local
577 return parseObjCTypeParamListOrProtocolRefs(Scope, lAngleLoc, protocolIdents, in parseObjCTypeParamList()
2103 SmallVector<IdentifierLocPair, 8> protocolIdents; in ParseObjCAtImplementationDeclaration() local
2107 protocolIdents, rAngleLoc)) { in ParseObjCAtImplementationDeclaration()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1463 SmallVectorImpl<IdentifierLocPair> &protocolIdents,