clang API Documentation

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

ObjCSelectorExpr used for @selector in Objective-C. More...

#include <ExprObjC.h>

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

List of all members.

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)

Detailed Description

ObjCSelectorExpr used for @selector in Objective-C.

Definition at line 387 of file ExprObjC.h.


Constructor & Destructor Documentation

Definition at line 391 of file ExprObjC.h.

Definition at line 396 of file ExprObjC.h.


Member Function Documentation

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().

Definition at line 402 of file ExprObjC.h.

Reimplemented from clang::Stmt.

Definition at line 408 of file ExprObjC.h.

Reimplemented from clang::Stmt.

Definition at line 407 of file ExprObjC.h.

getNumArgs - Return the number of actual arguments to this call.

Definition at line 411 of file ExprObjC.h.

References clang::Selector::getNumArgs().

Definition at line 403 of file ExprObjC.h.

Definition at line 404 of file ExprObjC.h.

Definition at line 405 of file ExprObjC.h.

Definition at line 400 of file ExprObjC.h.

References S.


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