Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1592 if (auto *actualTypeDecl = typeDecl.dyn_cast<TypeDecl *>()) in actOnObjCTypeArgsOrProtocolQualifiers() local
1593 type = Context.getTypeDeclType(actualTypeDecl); in actOnObjCTypeArgsOrProtocolQualifiers()