Lines Matching defs:isEnd
986 if (isEnd()) return;
1007 /// isEnd - Returns true if the iterator is one past the end.
1008 bool isEnd() const {
1016 if (isEnd()) {
1052 assert(!isEnd() && "Index exceeds number of arguments.");
1095 /// isEnd - Returns true if no more TemplateArguments are available.
1096 bool isEnd() const {
1097 return SugaredIterator.isEnd();
1103 return DesugaredIterator.isValid() && !DesugaredIterator.isEnd();
1173 bool FromDefault = FromIter.isEnd() && !FromType.isNull();
1174 bool ToDefault = ToIter.isEnd() && !ToType.isNull();
1202 Tree.SetTemplateTemplateDiff(FromDecl, ToDecl, FromIter.isEnd() && FromDecl,
1203 ToIter.isEnd() && ToDecl);
1216 if (!Iter.isEnd()) {
1317 bool FromDefault = FromIter.isEnd() &&
1319 bool ToDefault = ToIter.isEnd() &&
1381 !FromIter.isEnd() || !ToIter.isEnd(); ++TotalArgs) {
1478 if (!Iter.isEnd())
1488 if (!Iter.isEnd())