clang API Documentation

Public Member Functions | Static Public Member Functions
clang::ObjCStringLiteral Class Reference

#include <ExprObjC.h>

Inheritance diagram for clang::ObjCStringLiteral:
Inheritance graph
[legend]
Collaboration diagram for clang::ObjCStringLiteral:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 ObjCStringLiteral (StringLiteral *SL, QualType T, SourceLocation L)
 ObjCStringLiteral (EmptyShell Empty)
StringLiteralgetString ()
const StringLiteralgetString () const
void setString (StringLiteral *S)
SourceLocation getAtLoc () const
void setAtLoc (SourceLocation L)
SourceLocation getLocStart () const LLVM_READONLY
SourceLocation getLocEnd () const LLVM_READONLY
child_range children ()

Static Public Member Functions

static bool classof (const Stmt *T)

Detailed Description

ObjCStringLiteral, used for Objective-C string literals i.e. "foo".

Definition at line 29 of file ExprObjC.h.


Constructor & Destructor Documentation

Definition at line 33 of file ExprObjC.h.

Definition at line 37 of file ExprObjC.h.


Member Function Documentation

Reimplemented from clang::Stmt.

Definition at line 55 of file ExprObjC.h.

static bool clang::ObjCStringLiteral::classof ( const Stmt T) [inline, static]

Reimplemented from clang::Expr.

Definition at line 50 of file ExprObjC.h.

References clang::Stmt::getStmtClass().

Definition at line 44 of file ExprObjC.h.

Reimplemented from clang::Stmt.

Definition at line 48 of file ExprObjC.h.

References clang::Stmt::getLocEnd().

Reimplemented from clang::Stmt.

Definition at line 47 of file ExprObjC.h.

Definition at line 40 of file ExprObjC.h.

Referenced by clang::CodeGen::CodeGenFunction::EmitObjCStringLiteral().

Definition at line 41 of file ExprObjC.h.

Definition at line 45 of file ExprObjC.h.

Definition at line 42 of file ExprObjC.h.

References S.


The documentation for this class was generated from the following file: