Home | History | Annotate | Download | only in Sema

Lines Matching refs:Clobbers

1266                                Expr *AsmString, MultiExprArg Clobbers,
1270 AsmString, Clobbers, RParenLoc);
1282 ArrayRef<StringRef> Clobbers,
1287 Constraints, Clobbers, Exprs, EndLoc);
6422 SmallVector<Expr*, 8> Clobbers;
6465 // Go through the clobbers.
6467 Clobbers.push_back(S->getClobberStringLiteral(I));
6475 Clobbers, S->getRParenLoc());