Lines Matching defs:getBeginLoc
223 SourceLocation CXXScalarValueInitExpr::getBeginLoc() const {
224 return TypeInfo ? TypeInfo->getTypeLoc().getBeginLoc() : getRParenLoc();
367 Location = Info->getTypeLoc().getBeginLoc();
562 SourceLocation CXXConstructExpr::getBeginLoc() const {
564 return TOE->getBeginLoc();
646 return SourceRange(getArg(0)->getBeginLoc(), getOperatorLoc());
648 return SourceRange(getArg(0)->getBeginLoc(), getOperatorLoc());
650 return SourceRange(getArg(0)->getBeginLoc(), getRParenLoc());
652 return SourceRange(getArg(0)->getBeginLoc(), getRParenLoc());
656 return SourceRange(getArg(0)->getBeginLoc(), getArg(1)->getEndLoc());
927 SourceLocation CXXFunctionalCastExpr::getBeginLoc() const {
928 return getTypeInfoAsWritten()->getTypeLoc().getBeginLoc();
1113 CXXTemporaryObjectExprClass, Ty, TSI->getTypeLoc().getBeginLoc(),
1148 SourceLocation CXXTemporaryObjectExpr::getBeginLoc() const {
1149 return getTypeSourceInfo()->getTypeLoc().getBeginLoc();
1487 SourceLocation CXXUnresolvedConstructExpr::getBeginLoc() const {
1488 return TypeAndInitForm.getPointer()->getTypeLoc().getBeginLoc();