Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Parse/
H A DParseObjc.cpp222 typeParameterList = parseObjCTypeParamListOrProtocolRefs( in ParseObjCAtInterfaceDeclaration()
390 ObjCTypeParamList *Parser::parseObjCTypeParamListOrProtocolRefs( in parseObjCTypeParamListOrProtocolRefs() function in Parser
543 return parseObjCTypeParamListOrProtocolRefs(Scope, lAngleLoc, protocolIdents, in parseObjCTypeParamList()
1913 if (parseObjCTypeParamListOrProtocolRefs(typeParamScope, lAngleLoc, in ParseObjCAtImplementationDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h5489 ObjCTypeParamList *parseObjCTypeParamListOrProtocolRefs(