clang API Documentation
ObjCSelectorExpr used for @selector in Objective-C. More...
#include <ExprObjC.h>
Public Member Functions | |
ObjCSelectorExpr (QualType T, Selector selInfo, SourceLocation at, SourceLocation rp) | |
ObjCSelectorExpr (EmptyShell Empty) | |
Selector | getSelector () const |
void | setSelector (Selector S) |
SourceLocation | getAtLoc () const |
SourceLocation | getRParenLoc () const |
void | setAtLoc (SourceLocation L) |
void | setRParenLoc (SourceLocation L) |
SourceLocation | getLocStart () const LLVM_READONLY |
SourceLocation | getLocEnd () const LLVM_READONLY |
unsigned | getNumArgs () const |
getNumArgs - Return the number of actual arguments to this call. | |
child_range | children () |
Static Public Member Functions | |
static bool | classof (const Stmt *T) |
ObjCSelectorExpr used for @selector in Objective-C.
Definition at line 387 of file ExprObjC.h.
clang::ObjCSelectorExpr::ObjCSelectorExpr | ( | QualType | T, |
Selector | selInfo, | ||
SourceLocation | at, | ||
SourceLocation | rp | ||
) | [inline] |
Definition at line 391 of file ExprObjC.h.
clang::ObjCSelectorExpr::ObjCSelectorExpr | ( | EmptyShell | Empty | ) | [inline, explicit] |
Definition at line 396 of file ExprObjC.h.
child_range clang::ObjCSelectorExpr::children | ( | ) | [inline] |
Reimplemented from clang::Stmt.
Definition at line 418 of file ExprObjC.h.
static bool clang::ObjCSelectorExpr::classof | ( | const Stmt * | T | ) | [inline, static] |
Reimplemented from clang::Expr.
Definition at line 413 of file ExprObjC.h.
References clang::Stmt::getStmtClass().
SourceLocation clang::ObjCSelectorExpr::getAtLoc | ( | ) | const [inline] |
Definition at line 402 of file ExprObjC.h.
SourceLocation clang::ObjCSelectorExpr::getLocEnd | ( | ) | const [inline] |
Reimplemented from clang::Stmt.
Definition at line 408 of file ExprObjC.h.
SourceLocation clang::ObjCSelectorExpr::getLocStart | ( | ) | const [inline] |
Reimplemented from clang::Stmt.
Definition at line 407 of file ExprObjC.h.
unsigned clang::ObjCSelectorExpr::getNumArgs | ( | ) | const [inline] |
getNumArgs - Return the number of actual arguments to this call.
Definition at line 411 of file ExprObjC.h.
References clang::Selector::getNumArgs().
SourceLocation clang::ObjCSelectorExpr::getRParenLoc | ( | ) | const [inline] |
Definition at line 403 of file ExprObjC.h.
Selector clang::ObjCSelectorExpr::getSelector | ( | ) | const [inline] |
Definition at line 399 of file ExprObjC.h.
Referenced by clang::CodeGen::CodeGenFunction::EmitObjCSelectorExpr(), and clang::CodeGen::CodeGenFunction::EmitObjCSelectorLValue().
void clang::ObjCSelectorExpr::setAtLoc | ( | SourceLocation | L | ) | [inline] |
Definition at line 404 of file ExprObjC.h.
void clang::ObjCSelectorExpr::setRParenLoc | ( | SourceLocation | L | ) | [inline] |
Definition at line 405 of file ExprObjC.h.
void clang::ObjCSelectorExpr::setSelector | ( | Selector | S | ) | [inline] |
Definition at line 400 of file ExprObjC.h.
References S.