Searched refs:protocolIdents (Results 1 – 2 of 2) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/Parse/ |
| H A D | ParseObjc.cpp | 392 SmallVectorImpl<IdentifierLoc> &protocolIdents, SourceLocation &rAngleLoc, in parseObjCTypeParamListOrProtocolRefs() argument 404 for (const auto &pair : protocolIdents) { in parseObjCTypeParamListOrProtocolRefs() 413 protocolIdents.clear(); in parseObjCTypeParamListOrProtocolRefs() 447 protocolIdents); in parseObjCTypeParamListOrProtocolRefs() 480 protocolIdents.emplace_back(paramLoc, paramName); in parseObjCTypeParamListOrProtocolRefs() 539 SmallVector<IdentifierLoc, 1> protocolIdents; in parseObjCTypeParamList() local 543 return parseObjCTypeParamListOrProtocolRefs(Scope, lAngleLoc, protocolIdents, in parseObjCTypeParamList() 1910 SmallVector<IdentifierLoc, 8> protocolIdents; in ParseObjCAtImplementationDeclaration() local 1914 protocolIdents, rAngleLoc)) { in ParseObjCAtImplementationDeclaration()
|
| /freebsd/contrib/llvm-project/clang/include/clang/Parse/ |
| H A D | Parser.h | 5491 SmallVectorImpl<IdentifierLoc> &protocolIdents, SourceLocation &rAngleLoc,
|