Home | History | Annotate | Download | only in AST

Lines Matching defs:StringLiteral

50   class StringLiteral;
1206 StringLiteral *SL);
1217 StringLiteral *getFunctionName();
1218 const StringLiteral *getFunctionName() const {
1490 /// StringLiteral - This represents a string literal expression, e.g. "foo"
1506 class StringLiteral : public Expr {
1531 StringLiteral(QualType Ty) :
1540 static StringLiteral *Create(const ASTContext &C, StringRef Str,
1545 static StringLiteral *Create(const ASTContext &C, StringRef Str,
1552 static StringLiteral *CreateEmpty(const ASTContext &C, unsigned NumStrs);