Home
last modified time | relevance | path

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

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