Searched refs:getKeywordLoc (Results 1 – 5 of 5) sorted by relevance
263 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function455 SourceLocation getKeywordLoc() const { return CoreturnLoc; } in getKeywordLoc() function
1373 SourceLocation getKeywordLoc() const { return SwitchCaseBits.KeywordLoc; } in getKeywordLoc() function1383 SourceLocation getBeginLoc() const { return getKeywordLoc(); } in getBeginLoc()1465 SourceLocation getCaseLoc() const { return getKeywordLoc(); } in getCaseLoc()1522 SourceLocation getBeginLoc() const { return getKeywordLoc(); } in getBeginLoc()1559 SourceLocation getDefaultLoc() const { return getKeywordLoc(); } in getDefaultLoc()1562 SourceLocation getBeginLoc() const { return getKeywordLoc(); } in getBeginLoc()
4381 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function4486 SourceLocation getKeywordLoc() const { return KeywordLoc; } in getKeywordLoc() function
93 Record.AddSourceLocation(S->getKeywordLoc()); in VisitSwitchCase()353 Record.AddSourceLocation(S->getKeywordLoc()); in VisitCoreturnStmt()362 Record.AddSourceLocation(E->getKeywordLoc()); in VisitCoroutineSuspendExpr()381 Record.AddSourceLocation(E->getKeywordLoc()); in VisitDependentCoawaitExpr()1295 Record.AddSourceLocation(S->getKeywordLoc()); in VisitMSDependentExistsStmt()
7140 return getDerived().RebuildCoreturnStmt(S->getKeywordLoc(), Result.get(), in TransformCoreturnStmt()7154 return getDerived().RebuildCoawaitExpr(E->getKeywordLoc(), Result.get(), in TransformCoawaitExpr()7175 E->getKeywordLoc(), OperandResult.get(), in TransformDependentCoawaitExpr()7189 return getDerived().RebuildCoyieldExpr(E->getKeywordLoc(), Result.get()); in TransformCoyieldExpr()7563 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt()7569 return new (getSema().Context) NullStmt(S->getKeywordLoc()); in TransformMSDependentExistsStmt()7589 return getDerived().RebuildMSDependentExistsStmt(S->getKeywordLoc(), in TransformMSDependentExistsStmt()