clang
3.7.0
|
#include <Stmt.h>
Public Member Functions | |
NullStmt (SourceLocation L, bool hasLeadingEmptyMacro=false) | |
NullStmt (EmptyShell Empty) | |
Build an empty null statement. More... | |
SourceLocation | getSemiLoc () const |
void | setSemiLoc (SourceLocation L) |
bool | hasLeadingEmptyMacro () const |
SourceLocation | getLocStart () const LLVM_READONLY |
SourceLocation | getLocEnd () const LLVM_READONLY |
child_range | children () |
Static Public Member Functions | |
static bool | classof (const Stmt *T) |
Friends | |
class | ASTStmtReader |
class | ASTStmtWriter |
|
inline |
|
inlineexplicit |
|
inline |
|
inline |
|
inline |
Definition at line 535 of file Stmt.h.
Referenced by clang::Sema::DiagnoseEmptyLoopBody(), clang::Sema::DiagnoseEmptyStmtBody(), isEmptyARCMTMacroStatement(), and clang::ASTNodeImporter::VisitNullStmt().
|
inline |
Definition at line 538 of file Stmt.h.
Referenced by isEmptyARCMTMacroStatement(), and clang::ASTNodeImporter::VisitNullStmt().
|
inline |
|
friend |
|
friend |