Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp598 ParsedType parsedTypeBound) { in actOnObjCTypeParam() argument
601 if (parsedTypeBound) { in actOnObjCTypeParam()
603 QualType typeBound = GetTypeFromParser(parsedTypeBound, &typeBoundInfo); in actOnObjCTypeParam()