Lines Matching defs:getBeginLoc
224 SourceLocation CXXScalarValueInitExpr::getBeginLoc() const {
225 return TypeInfo ? TypeInfo->getTypeLoc().getBeginLoc() : getRParenLoc();
368 Location = Info->getTypeLoc().getBeginLoc();
563 SourceLocation CXXConstructExpr::getBeginLoc() const {
565 return TOE->getBeginLoc();
647 return SourceRange(getArg(0)->getBeginLoc(), getOperatorLoc());
649 return SourceRange(getArg(0)->getBeginLoc(), getOperatorLoc());
651 return SourceRange(getArg(0)->getBeginLoc(), getRParenLoc());
653 return SourceRange(getArg(0)->getBeginLoc(), getRParenLoc());
657 return SourceRange(getArg(0)->getBeginLoc(), getArg(1)->getEndLoc());
928 SourceLocation CXXFunctionalCastExpr::getBeginLoc() const {
929 return getTypeInfoAsWritten()->getTypeLoc().getBeginLoc();
1114 CXXTemporaryObjectExprClass, Ty, TSI->getTypeLoc().getBeginLoc(),
1149 SourceLocation CXXTemporaryObjectExpr::getBeginLoc() const {
1150 return getTypeSourceInfo()->getTypeLoc().getBeginLoc();
1488 SourceLocation CXXUnresolvedConstructExpr::getBeginLoc() const {
1489 return TypeAndInitForm.getPointer()->getTypeLoc().getBeginLoc();