Lines Matching refs:DeclKind
104 switch (DeclKind) { in getDeclKindName()
124 switch (DeclKind) { in getDeclKindName()
592 unsigned Decl::getIdentifierNamespaceForKind(Kind DeclKind) { in getIdentifierNamespaceForKind() argument
593 switch (DeclKind) { in getIdentifierNamespaceForKind()
955 if (DeclKind == Decl::Enum) in isTransparentContext()
957 else if (DeclKind == Decl::LinkageSpec) in isTransparentContext()
992 switch (DeclKind) { in getPrimaryContext()
1029 if (DeclKind >= Decl::firstTag && DeclKind <= Decl::lastTag) { in getPrimaryContext()
1049 assert(DeclKind >= Decl::firstFunction && DeclKind <= Decl::lastFunction && in getPrimaryContext()
1059 if (DeclKind != Decl::Namespace) { in collectAllContexts()
1408 assert(DeclKind != Decl::LinkageSpec && in lookup()
1470 assert(DeclKind != Decl::LinkageSpec && in noload_lookup()