Lines Matching defs:getBeginLoc
245 // See also Stmt.cpp:{getBeginLoc(),getEndLoc()}.
262 return static_cast<const E *>(expr)->getBeginLoc();
551 SourceLocation DeclRefExpr::getBeginLoc() const {
553 return getQualifierLoc().getBeginLoc();
554 return getNameInfo().getBeginLoc();
1638 SourceLocation CallExpr::getBeginLoc() const {
1640 return OCE->getBeginLoc();
1642 SourceLocation begin = getCallee()->getBeginLoc();
1644 begin = getArg(0)->getBeginLoc();
1798 SourceLocation MemberExpr::getBeginLoc() const {
1801 return getQualifierLoc().getBeginLoc();
1807 SourceLocation BaseStartLoc = getBase()->getBeginLoc();
2477 SourceLocation InitListExpr::getBeginLoc() const {
2479 return SyntacticForm->getBeginLoc();
2487 Beg = S->getBeginLoc();
2769 Loc = CE->getCallee()->getBeginLoc();
2773 R2 = SourceRange(CE->getArg(0)->getBeginLoc(),
2794 Loc = getBeginLoc();
2805 Loc = getBeginLoc();
2809 R2 = SourceRange(CE->getArg(0)->getBeginLoc(),
2935 Loc = CXXCE->getBeginLoc();
4637 return SourceRange(DIE->getDesignator(0)->getBeginLoc(),
4641 SourceLocation DesignatedInitExpr::getBeginLoc() const {
4722 SourceLocation DesignatedInitUpdateExpr::getBeginLoc() const {
4723 return getBase()->getBeginLoc();