Home | History | Annotate | Download | only in AST

Lines Matching defs:GetKind

113           if (Arg.getKind() == TemplateArgument::Type)
879 return GetKind() == Invalid;
882 /// GetKind - Returns the current node's type.
883 DiffKind GetKind() {
924 if (TA.getKind() != TemplateArgument::Pack) return;
964 if (TA.getKind() != TemplateArgument::Pack)
1141 switch (Iter->getKind()) {
1171 switch (TA.getKind()) {
1294 assert(FromParamND->getKind() == ToParamND->getKind() &&
1427 switch (Tree.GetKind()) {