Searched defs:NullStmt (Results 1 - 1 of 1) sorted by relevance

/external/clang/include/clang/AST/
H A DStmt.h508 /// NullStmt - This is the null statement ";": C99 6.8.3p3.
510 class NullStmt : public Stmt { class in namespace:clang
520 NullStmt(SourceLocation L, bool hasLeadingEmptyMacro = false) function in class:clang::NullStmt
525 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty), function in class:clang::NullStmt
538 static bool classof(const NullStmt *) { return true; }

Completed in 95 milliseconds