Searched refs:getIfLoc (Results 1 – 5 of 5) sorted by relevance
2111 SourceLocation getIfLoc() const { return IfStmtBits.IfLoc; } in getIfLoc() function2157 SourceLocation getBeginLoc() const { return getIfLoc(); } in getBeginLoc()
1463 Builder.markChildToken(S->getIfLoc(), syntax::NodeRole::IntroducerKeyword); in WalkUpFromIfStmt()
157 Record.AddSourceLocation(S->getIfLoc()); in VisitIfStmt()
7589 S->getIfLoc(), S->getConditionVariable(), S->getCond(), in TransformIfStmt()7627 S->getIfLoc(), S->getStatementKind(), S->getLParenLoc(), Cond, in TransformIfStmt()
6577 auto ToIfLoc = importChecked(Err, S->getIfLoc()); in VisitIfStmt()