Lines Matching defs:isEnd
984 if (isEnd()) return;
1005 /// isEnd - Returns true if the iterator is one past the end.
1006 bool isEnd() const {
1014 if (isEnd()) {
1050 assert(!isEnd() && "Index exceeds number of arguments.");
1093 /// isEnd - Returns true if no more TemplateArguments are available.
1094 bool isEnd() const {
1095 return SugaredIterator.isEnd();
1101 return DesugaredIterator.isValid() && !DesugaredIterator.isEnd();
1171 bool FromDefault = FromIter.isEnd() && !FromType.isNull();
1172 bool ToDefault = ToIter.isEnd() && !ToType.isNull();
1200 Tree.SetTemplateTemplateDiff(FromDecl, ToDecl, FromIter.isEnd() && FromDecl,
1201 ToIter.isEnd() && ToDecl);
1214 if (!Iter.isEnd()) {
1315 bool FromDefault = FromIter.isEnd() &&
1317 bool ToDefault = ToIter.isEnd() &&
1385 !FromIter.isEnd() || !ToIter.isEnd(); ++TotalArgs) {
1486 if (!Iter.isEnd())
1496 if (!Iter.isEnd())