Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp461 SmallVectorImpl<IdentifierLocPair> &protocolIdents, in parseObjCTypeParamListOrProtocolRefs() argument
473 for (const auto &pair : protocolIdents) { in parseObjCTypeParamListOrProtocolRefs()
481 protocolIdents.clear(); in parseObjCTypeParamListOrProtocolRefs()
515 protocolIdents); in parseObjCTypeParamListOrProtocolRefs()
548 protocolIdents.push_back(std::make_pair(paramName, paramLoc)); in parseObjCTypeParamListOrProtocolRefs()
608 SmallVector<IdentifierLocPair, 1> protocolIdents; in parseObjCTypeParamList() local
612 return parseObjCTypeParamListOrProtocolRefs(Scope, lAngleLoc, protocolIdents, in parseObjCTypeParamList()
2187 SmallVector<IdentifierLocPair, 8> protocolIdents; in ParseObjCAtImplementationDeclaration() local
2191 protocolIdents, rAngleLoc)) { in ParseObjCAtImplementationDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1716 SmallVectorImpl<IdentifierLocPair> &protocolIdents,