Home | History | Annotate | Download | only in AST

Lines Matching refs:DeclKind

78   switch (DeclKind) {
98 switch (DeclKind) {
503 unsigned Decl::getIdentifierNamespaceForKind(Kind DeclKind) {
504 switch (DeclKind) {
597 llvm_unreachable("Invalid DeclKind!");
847 if (DeclKind == Decl::Enum)
849 else if (DeclKind == Decl::LinkageSpec)
884 switch (DeclKind) {
919 if (DeclKind >= Decl::firstTag && DeclKind <= Decl::lastTag) {
939 assert(DeclKind >= Decl::firstFunction && DeclKind <= Decl::lastFunction &&
949 if (DeclKind != Decl::Namespace) {
1292 assert(DeclKind != Decl::LinkageSpec &&
1345 assert(DeclKind != Decl::LinkageSpec &&