Home
last modified time | relevance | path

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

/external/clang/lib/Sema/
DSemaDeclObjC.cpp1481 if (auto *actualTypeDecl = typeDecl.dyn_cast<TypeDecl *>()) in actOnObjCTypeArgsOrProtocolQualifiers() local
1482 type = Context.getTypeDeclType(actualTypeDecl); in actOnObjCTypeArgsOrProtocolQualifiers()
/external/llvm-project/clang/lib/Sema/
DSemaDeclObjC.cpp1576 if (auto *actualTypeDecl = typeDecl.dyn_cast<TypeDecl *>()) in actOnObjCTypeArgsOrProtocolQualifiers() local
1577 type = Context.getTypeDeclType(actualTypeDecl); in actOnObjCTypeArgsOrProtocolQualifiers()