Home | History | Annotate | Download | only in Sema

Lines Matching refs:StarLoc

2372 Sema::ActOnIndirectGotoStmt(SourceLocation GotoLoc, SourceLocation StarLoc,
2384 if (DiagnoseAssignmentResult(ConvTy, StarLoc, DestTy, ETy, E, AA_Passing))
2395 return new (Context) IndirectGotoStmt(GotoLoc, StarLoc, E);