Home | History | Annotate | Download | only in Sema

Lines Matching refs:StringLiteral

211 getClobberConflictLocation(MultiExprArg Exprs, StringLiteral **Constraints,
212 StringLiteral **Clobbers, int NumClobbers,
249 StringLiteral **Constraints =
250 reinterpret_cast<StringLiteral**>(constraints.data());
251 StringLiteral *AsmString = cast<StringLiteral>(asmString);
252 StringLiteral **Clobbers = reinterpret_cast<StringLiteral**>(clobbers.data());
264 StringLiteral *Literal = Constraints[i];
355 StringLiteral *Literal = Constraints[i];
460 StringLiteral *Literal = Clobbers[i];
530 StringLiteral *Literal = Constraints[ConstraintIdx];