Home | History | Annotate | Download | only in AST

Lines Matching refs:DK

621   Decl::Kind DK = D->getDeclKind();
622 switch(DK) {
632 if (DK >= first##NAME && DK <= last##NAME) \
640 Decl::Kind DK = D->getKind();
641 switch(DK) {
651 if (DK >= first##NAME && DK <= last##NAME) \