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

/freebsd-current/contrib/llvm-project/clang/include/clang/AST/
H A DStmt.h1567 class NullStmt : public Stmt { class in namespace:clang
1569 NullStmt(SourceLocation L, bool hasLeadingEmptyMacro = false) function in class:clang::NullStmt
1576 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty) {} function in class:clang::NullStmt

Completed in 125 milliseconds