Home | History | Annotate | Download | only in AST

Lines Matching refs:StringLiteral

390                                              StringLiteral **Constraints,
394 StringLiteral **Clobbers,
411 this->Constraints = new (C) StringLiteral*[NumExprs];
415 this->Clobbers = new (C) StringLiteral*[NumClobbers];
630 IdentifierInfo **names, StringLiteral **constraints,
631 Expr **exprs, StringLiteral *asmstr,
632 unsigned numclobbers, StringLiteral **clobbers,
645 Constraints = new (C) StringLiteral*[NumExprs];
648 Clobbers = new (C) StringLiteral*[NumClobbers];