Home
last modified time | relevance | path

Searched refs:parsedTypeBound (Results 1 – 2 of 2) 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()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp673 ParsedType parsedTypeBound) { in actOnObjCTypeParam() argument
676 if (parsedTypeBound) { in actOnObjCTypeParam()
678 QualType typeBound = GetTypeFromParser(parsedTypeBound, &typeBoundInfo); in actOnObjCTypeParam()