Home | History | Annotate | Download | only in AST

Lines Matching refs:DeclKind

72   switch (DeclKind) {
91 switch (DeclKind) {
481 unsigned Decl::getIdentifierNamespaceForKind(Kind DeclKind) {
482 switch (DeclKind) {
569 llvm_unreachable("Invalid DeclKind!");
794 if (DeclKind == Decl::Enum)
796 else if (DeclKind == Decl::LinkageSpec)
804 while (DC->DeclKind != Decl::TranslationUnit) {
805 if (DC->DeclKind == Decl::LinkageSpec)
815 while (DC->DeclKind != Decl::TranslationUnit) {
816 if (DC->DeclKind == Decl::LinkageSpec)
835 switch (DeclKind) {
869 if (DeclKind >= Decl::firstTag && DeclKind <= Decl::lastTag) {
890 assert(DeclKind >= Decl::firstFunction && DeclKind <= Decl::lastFunction &&
900 if (DeclKind != Decl::Namespace) {
1205 assert(DeclKind != Decl::LinkageSpec &&