Home | History | Annotate | Download | only in AST

Lines Matching refs:GetKind

711       return GetKind() == Invalid;
714 /// GetKind - Returns the current node's type.
715 DiffKind GetKind() {
757 if (TA.getKind() != TemplateArgument::Pack) return;
799 if (TA.getKind() != TemplateArgument::Pack) break;
928 FromIter->getKind() == TemplateArgument::Integral;
930 ToIter->getKind() == TemplateArgument::Integral;
933 FromIter->getKind() == TemplateArgument::Declaration;
936 ToIter->getKind() == TemplateArgument::Declaration;
1131 switch (Iter.getDesugar().getKind()) {
1156 switch (Iter.getDesugar().getKind()) {
1181 if (TA.getKind() != TemplateArgument::Null)
1230 if (FromVal.getKind() != ToVal.getKind()) return false;
1232 switch (FromVal.getKind()) {
1266 switch (Tree.GetKind()) {