Home | History | Annotate | Download | only in AST

Lines Matching refs:getDeclKind

644   Decl::Kind DK = D->getDeclKind();
728 static Decl::Kind getKind(const DeclContext *DC) { return DC->getDeclKind(); }
882 while (DC->getDeclKind() != Decl::TranslationUnit) {
883 if (DC->getDeclKind() == Decl::LinkageSpec)