Home | History | Annotate | Download | only in AST

Lines Matching refs:StringLiteral

423                                                 StringLiteral **Constraints,
427 StringLiteral **Clobbers,
444 this->Constraints = new (C) StringLiteral*[NumExprs];
448 this->Clobbers = new (C) StringLiteral*[NumClobbers];
687 StringLiteral **constraints, Expr **exprs,
688 StringLiteral *asmstr, unsigned numclobbers,
689 StringLiteral **clobbers, SourceLocation rparenloc)
701 Constraints = new (C) StringLiteral*[NumExprs];
704 Clobbers = new (C) StringLiteral*[NumClobbers];