Searched defs:DeclKind (Results 1 – 3 of 3) sorted by relevance
42 OpenACCConstructDecl(Kind DeclKind, DeclContext *DC, OpenACCDirectiveKind K, in OpenACCConstructDecl()48 OpenACCConstructDecl(Kind DeclKind) : Decl(DeclKind, EmptyShell{}) {} in OpenACCConstructDecl()
872 unsigned Decl::getIdentifierNamespaceForKind(Kind DeclKind) { in getIdentifierNamespaceForKind()
68 unsigned DeclKind = D->getKind(); in runCheckersOnASTDecl() local