|
clang
3.8.0
|
NullStmt - This is the null statement ";": C99 6.8.3p3. More...
#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 517 of file Stmt.h.
Referenced by clang::Sema::DiagnoseEmptyLoopBody(), clang::Sema::DiagnoseEmptyStmtBody(), isEmptyARCMTMacroStatement(), and clang::ASTNodeImporter::VisitNullStmt().
|
inline |
Definition at line 520 of file Stmt.h.
Referenced by isEmptyARCMTMacroStatement(), and clang::ASTNodeImporter::VisitNullStmt().
|
inline |
|
friend |
|
friend |
1.8.6