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

/external/clang/lib/Sema/
H A DSemaStmtAttr.cpp29 if (!isa<NullStmt>(St)) {
H A DSemaStmt.cpp63 return Owned(new (Context) NullStmt(SemiLoc, HasLeadingEmptyMacro));
1185 if (isa<NullStmt>(Body))
1562 if (isa<NullStmt>(Body))
H A DTreeTransform.h5228 TreeTransform<Derived>::TransformNullStmt(NullStmt *S) {
6140 return new (getSema().Context) NullStmt(S->getKeywordLoc());
6146 return new (getSema().Context) NullStmt(S->getKeywordLoc());
/external/clang/lib/ARCMigrate/
H A DTransEmptyStatementsAndDealloc.cpp32 static bool isEmptyARCMTMacroStatement(NullStmt *S,
86 bool VisitNullStmt(NullStmt *S) {
/external/chromium_org/v8/tools/gcmole/
H A Dgcmole.cc897 VISIT(NullStmt);
917 IGNORE_STMT(NullStmt);
/external/v8/tools/gcmole/
H A Dgcmole.cc899 VISIT(NullStmt);
919 IGNORE_STMT(NullStmt);
/external/clang/include/clang/AST/
H A DStmt.h501 /// NullStmt - This is the null statement ";": C99 6.8.3p3.
503 class NullStmt : public Stmt { class in namespace:clang
513 NullStmt(SourceLocation L, bool hasLeadingEmptyMacro = false) function in class:clang::NullStmt
518 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty), function in class:clang::NullStmt
H A DRecursiveASTVisitor.h2022 DEF_TRAVERSE_STMT(NullStmt, { })
/external/clang/lib/AST/
H A DStmtPrinter.cpp136 void StmtPrinter::VisitNullStmt(NullStmt *Node) {
H A DStmtProfile.cpp87 void StmtProfiler::VisitNullStmt(const NullStmt *S) {
/external/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1027 const internal::VariadicDynCastAllOfMatcher<Stmt, NullStmt> nullStmt;
/external/clang/tools/libclang/
H A DRecursiveASTVisitor.h1937 DEF_TRAVERSE_STMT(NullStmt, { })
/external/clang/lib/Serialization/
H A DASTReaderStmt.cpp125 void ASTStmtReader::VisitNullStmt(NullStmt *S) {
1825 S = new (Context) NullStmt(Empty);
H A DASTWriterStmt.cpp63 void ASTStmtWriter::VisitNullStmt(NullStmt *S) {

Completed in 442 milliseconds