Home | History | Annotate | Download | only in AST

Lines Matching refs:DeclKind

104   switch (DeclKind) {
124 switch (DeclKind) {
592 unsigned Decl::getIdentifierNamespaceForKind(Kind DeclKind) {
593 switch (DeclKind) {
701 llvm_unreachable("Invalid DeclKind!");
955 if (DeclKind == Decl::Enum)
957 else if (DeclKind == Decl::LinkageSpec)
992 switch (DeclKind) {
1029 if (DeclKind >= Decl::firstTag && DeclKind <= Decl::lastTag) {
1049 assert(DeclKind >= Decl::firstFunction && DeclKind <= Decl::lastFunction &&
1059 if (DeclKind != Decl::Namespace) {
1408 assert(DeclKind != Decl::LinkageSpec &&
1470 assert(DeclKind != Decl::LinkageSpec &&