Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/clang/lib/Sema/
DSemaModule.cpp609 unsigned getUnnamedDeclDiag(UnnamedDeclKind UDK, bool InBlock) { in getUnnamedDeclDiag() argument
610 switch (UDK) { in getUnnamedDeclDiag()
632 static void diagExportedUnnamedDecl(Sema &S, UnnamedDeclKind UDK, Decl *D, in diagExportedUnnamedDecl() argument
634 S.Diag(D->getLocation(), getUnnamedDeclDiag(UDK, BlockStart.isValid())) in diagExportedUnnamedDecl()
635 << (unsigned)UDK; in diagExportedUnnamedDecl()
644 if (auto UDK = getUnnamedDeclKind(D)) in checkExportedDecl() local
645 diagExportedUnnamedDecl(S, *UDK, D, BlockStart); in checkExportedDecl()