Lines Matching refs:DeclKind
103 switch (DeclKind) { in getDeclKindName()
123 switch (DeclKind) { in getDeclKindName()
561 unsigned Decl::getIdentifierNamespaceForKind(Kind DeclKind) { in getIdentifierNamespaceForKind() argument
562 switch (DeclKind) { in getIdentifierNamespaceForKind()
912 if (DeclKind == Decl::Enum) in isTransparentContext()
914 else if (DeclKind == Decl::LinkageSpec) in isTransparentContext()
949 switch (DeclKind) { in getPrimaryContext()
985 if (DeclKind >= Decl::firstTag && DeclKind <= Decl::lastTag) { in getPrimaryContext()
1005 assert(DeclKind >= Decl::firstFunction && DeclKind <= Decl::lastFunction && in getPrimaryContext()
1015 if (DeclKind != Decl::Namespace) { in collectAllContexts()
1364 assert(DeclKind != Decl::LinkageSpec && in lookup()
1426 assert(DeclKind != Decl::LinkageSpec && in noload_lookup()