class NullStmt

Declaration

class NullStmt : public Stmt { /* full declaration omitted */ };

Description

NullStmt - This is the null statement ";": C99 6.8.3p3.

Declared at: clang/include/clang/AST/Stmt.h:1371

Inherits from: Stmt

Member Variables

Inherited from Stmt:

protected

Method Overview

Inherited from Stmt:

Methods

NullStmt(clang::SourceLocation L,
         bool hasLeadingEmptyMacro = false)

Declared at: clang/include/clang/AST/Stmt.h:1373

Parameters

clang::SourceLocation L
bool hasLeadingEmptyMacro = false

NullStmt(clang::Stmt::EmptyShell Empty)

Description

Build an empty null statement.

Declared at: clang/include/clang/AST/Stmt.h:1380

Parameters

clang::Stmt::EmptyShell Empty

clang::Stmt::child_range children()

Declared at: clang/include/clang/AST/Stmt.h:1396

clang::Stmt::const_child_range children() const

Declared at: clang/include/clang/AST/Stmt.h:1400

static bool classof(const clang::Stmt* T)

Declared at: clang/include/clang/AST/Stmt.h:1392

Parameters

const clang::Stmt* T

clang::SourceLocation getBeginLoc() const

Declared at: clang/include/clang/AST/Stmt.h:1389

clang::SourceLocation getEndLoc() const

Declared at: clang/include/clang/AST/Stmt.h:1390

clang::SourceLocation getSemiLoc() const

Declared at: clang/include/clang/AST/Stmt.h:1382

bool hasLeadingEmptyMacro() const

Declared at: clang/include/clang/AST/Stmt.h:1385

void setSemiLoc(clang::SourceLocation L)

Declared at: clang/include/clang/AST/Stmt.h:1383

Parameters

clang::SourceLocation L