Home | History | Annotate | Download | only in Sema

Lines Matching refs:ColonLoc

1018                                    SourceLocation ColonLoc) {
1020 ColonLoc);
1037 SourceLocation ColonLoc,
1039 return getSema().ActOnDefaultStmt(DefaultLoc, ColonLoc, SubStmt,
1048 SourceLocation ColonLoc, Stmt *SubStmt) {
1049 return SemaRef.ActOnLabelStmt(IdentLoc, L, ColonLoc, SubStmt);
1332 SourceLocation ColonLoc,
1337 return getSema().BuildCXXForRangeStmt(ForLoc, ColonLoc, Range, BeginEnd,
1579 SourceLocation ColonLoc,
1581 return getSema().ActOnConditionalOp(QuestionLoc, ColonLoc, Cond,