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.cpp267 typeParameterList = parseObjCTypeParamListOrProtocolRefs( in ParseObjCAtInterfaceDeclaration()
459 ObjCTypeParamList *Parser::parseObjCTypeParamListOrProtocolRefs( in parseObjCTypeParamListOrProtocolRefs() function in Parser
612 return parseObjCTypeParamListOrProtocolRefs(Scope, lAngleLoc, protocolIdents, in parseObjCTypeParamList()
2190 if (parseObjCTypeParamListOrProtocolRefs(typeParamScope, lAngleLoc, in ParseObjCAtImplementationDeclaration()
/freebsd/contrib/llvm-project/clang/include/clang/Parse/
H A DParser.h1714 ObjCTypeParamList *parseObjCTypeParamListOrProtocolRefs(