Home | History | Annotate | Download | only in AST

Lines Matching refs:DK

591   Decl::Kind DK = D->getDeclKind();
592 switch(DK) {
602 if (DK >= first##NAME && DK <= last##NAME) \
610 Decl::Kind DK = D->getKind();
611 switch(DK) {
621 if (DK >= first##NAME && DK <= last##NAME) \