clang API Documentation
CXXNullPtrLiteralExpr - [C++0x 2.14.7] C++ Pointer Literal. More...
#include <ExprCXX.h>


Public Member Functions | |
| CXXNullPtrLiteralExpr (QualType Ty, SourceLocation l) | |
| CXXNullPtrLiteralExpr (EmptyShell Empty) | |
| SourceRange | getSourceRange () const LLVM_READONLY |
| SourceLocation | getLocation () const |
| void | setLocation (SourceLocation L) |
| child_range | children () |
Static Public Member Functions | |
| static bool | classof (const Stmt *T) |
| static bool | classof (const CXXNullPtrLiteralExpr *) |
CXXNullPtrLiteralExpr - [C++0x 2.14.7] C++ Pointer Literal.
| clang::CXXNullPtrLiteralExpr::CXXNullPtrLiteralExpr | ( | QualType | Ty, |
| SourceLocation | l | ||
| ) | [inline] |
| clang::CXXNullPtrLiteralExpr::CXXNullPtrLiteralExpr | ( | EmptyShell | Empty | ) | [inline, explicit] |
| child_range clang::CXXNullPtrLiteralExpr::children | ( | ) | [inline] |
Reimplemented from clang::Stmt.
| static bool clang::CXXNullPtrLiteralExpr::classof | ( | const Stmt * | T | ) | [inline, static] |
Reimplemented from clang::Expr.
Definition at line 454 of file ExprCXX.h.
References clang::Stmt::getStmtClass().
| static bool clang::CXXNullPtrLiteralExpr::classof | ( | const CXXNullPtrLiteralExpr * | ) | [inline, static] |
| SourceLocation clang::CXXNullPtrLiteralExpr::getLocation | ( | ) | const [inline] |
| SourceRange clang::CXXNullPtrLiteralExpr::getSourceRange | ( | ) | const [inline] |
SourceLocation tokens are not useful in isolation - they are low level value objects created/interpreted by SourceManager. We assume AST clients will have a pointer to the respective SourceManager.
Reimplemented from clang::Stmt.
| void clang::CXXNullPtrLiteralExpr::setLocation | ( | SourceLocation | L | ) | [inline] |