Home | History | Annotate | Download | only in Sema

Lines Matching refs:Range

27                                    SourceRange Range) {
34 SourceLocation L = S.getLocForEndOfToken(Range.getEnd());
227 SourceRange Range) {
273 SourceRange Range) {
281 return handleFallThroughAttr(S, St, A, Range);
283 return handleLoopHintAttr(S, St, A, Range);
285 return handleOpenCLUnrollHint(S, St, A, Range);
296 SourceRange Range) {
299 if (Attr *a = ProcessStmtAttribute(*this, S, *l, Range))
308 return ActOnAttributedStmt(Range.getBegin(), Attrs, S);