Lines Matching defs:End
1034 Buffer.begin(), StrData, Buffer.end());
1279 SourceLocation end = getRParenLoc();
1280 if (end.isInvalid() && getNumArgs() > 0 && getArg(getNumArgs() - 1))
1281 end = getArg(getNumArgs() - 1)->getLocEnd();
1282 return end;
1901 InitExprs.insert(C, InitExprs.end(), initExprs.begin(), initExprs.end());
1915 InitExprs.insert(C, InitExprs.end(), Init - InitExprs.size() + 1, nullptr);
1956 E = InitExprs.end();
1970 SourceLocation End = RBraceLoc;
1971 if (End.isInvalid()) {
1972 // Find the first non-null initializer from the end.
1977 End = S->getLocEnd();
1982 return End;
2015 // Don't warn if the expr is type dependent. The type could end up
2251 // For example ({ blah; foo(); }) will end up with a type if foo has a type.
3557 std::copy(SelLocs.begin(), SelLocs.end(), getStoredSelLocs());
3782 std::copy(AssocTypes.begin(), AssocTypes.end(), this->AssocTypes);
3783 std::copy(AssocExprs.begin(), AssocExprs.end(), SubExprs+END_EXPR);
3807 std::copy(AssocTypes.begin(), AssocTypes.end(), this->AssocTypes);
3808 std::copy(AssocExprs.begin(), AssocExprs.end(), SubExprs+END_EXPR);
3865 Expr *End = IndexExprs[IndexIdx + 1];
3867 End->isTypeDependent() || End->isValueDependent()) {
3871 End->isInstantiationDependent()) {
3877 End->containsUnexpandedParameterPack())
3880 // Copy the start/end expressions into permanent storage.
4067 /*filled in at end of ctor*/ false, false, false, false) {