Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/lib/Parse/
H A DParseObjc.cpp244 typeParameterList = parseObjCTypeParamListOrProtocolRefs( in ParseObjCAtInterfaceDeclaration()
421 ObjCTypeParamList *Parser::parseObjCTypeParamListOrProtocolRefs( in parseObjCTypeParamListOrProtocolRefs() function in Parser
577 return parseObjCTypeParamListOrProtocolRefs(Scope, lAngleLoc, protocolIdents, in parseObjCTypeParamList()
2106 if (parseObjCTypeParamListOrProtocolRefs(typeParamScope, lAngleLoc, in ParseObjCAtImplementationDeclaration()
/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Parse/
H A DParser.h1461 ObjCTypeParamList *parseObjCTypeParamListOrProtocolRefs(