Home | History | Annotate | Download | only in AST

Lines Matching refs:DK

623   Decl::Kind DK = D->getDeclKind();
624 switch(DK) {
634 if (DK >= first##NAME && DK <= last##NAME) \
642 Decl::Kind DK = D->getKind();
643 switch(DK) {
653 if (DK >= first##NAME && DK <= last##NAME) \