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

/external/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp32 static bool isEmptyARCMTMacroStatement(NullStmt *S,
86 bool VisitNullStmt(NullStmt *S) {
/external/clang/lib/Sema/
H A DSemaStmtAttr.cpp28 if (!isa<NullStmt>(St)) {
H A DSemaStmt.cpp63 return new (Context) NullStmt(SemiLoc, HasLeadingEmptyMacro);
1223 if (isa<NullStmt>(Body))
1628 if (isa<NullStmt>(Body))
H A DTreeTransform.h5371 TreeTransform<Derived>::TransformNullStmt(NullStmt *S) {
6271 return new (getSema().Context) NullStmt(S->getKeywordLoc());
6277 return new (getSema().Context) NullStmt(S->getKeywordLoc());
/external/lldb/source/Expression/
H A DASTResultSynthesizer.cpp240 while (dyn_cast<NullStmt>(last_stmt))
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc880 VISIT(NullStmt);
900 IGNORE_STMT(NullStmt);
/external/clang/include/clang/AST/
H A DStmt.h509 /// NullStmt - This is the null statement ";": C99 6.8.3p3.
511 class NullStmt : public Stmt { class in namespace:clang
521 NullStmt(SourceLocation L, bool hasLeadingEmptyMacro = false) function in class:clang::NullStmt
526 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty), function in class:clang::NullStmt
H A DDataRecursiveASTVisitor.h1914 DEF_TRAVERSE_STMT(NullStmt, {})
H A DRecursiveASTVisitor.h1931 DEF_TRAVERSE_STMT(NullStmt, {})
/external/clang/lib/AST/
H A DStmtPrinter.cpp132 void StmtPrinter::VisitNullStmt(NullStmt *Node) {
H A DStmtProfile.cpp86 void StmtProfiler::VisitNullStmt(const NullStmt *S) {
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1121 const internal::VariadicDynCastAllOfMatcher<Stmt, NullStmt> nullStmt;
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp125 void ASTStmtReader::VisitNullStmt(NullStmt *S) {
2049 S = new (Context) NullStmt(Empty);
H A DASTWriterStmt.cpp64 void ASTStmtWriter::VisitNullStmt(NullStmt *S) {

Completed in 3743 milliseconds