Searched refs:getIfLoc (Results 1 – 5 of 5) sorted by relevance
2066 SourceLocation getIfLoc() const { return IfStmtBits.IfLoc; } in getIfLoc() function2090 SourceLocation getBeginLoc() const { return getIfLoc(); } in getBeginLoc()
1458 Builder.markChildToken(S->getIfLoc(), syntax::NodeRole::IntroducerKeyword); in WalkUpFromIfStmt()
155 Record.AddSourceLocation(S->getIfLoc()); in VisitIfStmt()
7353 S->getIfLoc(), S->getConditionVariable(), S->getCond(), in TransformIfStmt()7390 S->getIfLoc(), S->isConstexpr(), S->getLParenLoc(), Cond, in TransformIfStmt()
6201 auto ToIfLoc = importChecked(Err, S->getIfLoc()); in VisitIfStmt()