Searched refs:UDK (Results 1 – 1 of 1) sorted by relevance
609 unsigned getUnnamedDeclDiag(UnnamedDeclKind UDK, bool InBlock) { in getUnnamedDeclDiag() argument610 switch (UDK) { in getUnnamedDeclDiag()632 static void diagExportedUnnamedDecl(Sema &S, UnnamedDeclKind UDK, Decl *D, in diagExportedUnnamedDecl() argument634 S.Diag(D->getLocation(), getUnnamedDeclDiag(UDK, BlockStart.isValid())) in diagExportedUnnamedDecl()635 << (unsigned)UDK; in diagExportedUnnamedDecl()644 if (auto UDK = getUnnamedDeclKind(D)) in checkExportedDecl() local645 diagExportedUnnamedDecl(S, *UDK, D, BlockStart); in checkExportedDecl()