Home | History | Annotate | Download | only in AST

Lines Matching refs:DeclKind

45   switch (DeclKind) {
64 switch (DeclKind) {
416 unsigned Decl::getIdentifierNamespaceForKind(Kind DeclKind) {
417 switch (DeclKind) {
721 if (DeclKind == Decl::Enum)
723 else if (DeclKind == Decl::LinkageSpec)
731 while (DC->DeclKind != Decl::TranslationUnit) {
732 if (DC->DeclKind == Decl::LinkageSpec)
751 switch (DeclKind) {
776 if (DeclKind >= Decl::firstTag && DeclKind <= Decl::lastTag) {
797 assert(DeclKind >= Decl::firstFunction && DeclKind <= Decl::lastFunction &&
804 switch (DeclKind) {