Home | History | Annotate | Download | only in Sema

Lines Matching refs:getKind

1733   if (VD->getKind() != Decl::Var &&
1734 !(AllowFunctionParameter && VD->getKind() == Decl::ParmVar))