Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaDeclObjC.cpp1158 NamedDecl *CDeclU = SemaRef.LookupSingleName( in ActOnCompatibilityAlias() local
1162 dyn_cast_or_null<TypedefNameDecl>(CDeclU)) { in ActOnCompatibilityAlias()
1167 CDeclU = SemaRef.LookupSingleName( in ActOnCompatibilityAlias()
1173 ObjCInterfaceDecl *CDecl = dyn_cast_or_null<ObjCInterfaceDecl>(CDeclU); in ActOnCompatibilityAlias()
1176 if (CDeclU) in ActOnCompatibilityAlias()
1177 Diag(CDeclU->getLocation(), diag::note_previous_declaration); in ActOnCompatibilityAlias()