HomeSort by relevance Sort by last modified time
    Searched refs:NullStmt (Results 1 - 14 of 14) sorted by null

  /external/clang/lib/ARCMigrate/
TransEmptyStatementsAndDealloc.cpp 32 static bool isEmptyARCMTMacroStatement(NullStmt *S,
86 bool VisitNullStmt(NullStmt *S) {
  /external/clang/lib/Sema/
SemaStmtAttr.cpp 30 if (!isa<NullStmt>(St)) {
SemaStmt.cpp 69 return new (Context) NullStmt(SemiLoc, HasLeadingEmptyMacro);
    [all...]
TreeTransform.h     [all...]
SemaDecl.cpp     [all...]
  /external/clang/include/clang/AST/
Stmt.h 509 /// NullStmt - This is the null statement ";": C99 6.8.3p3.
511 class NullStmt : public Stmt {
521 NullStmt(SourceLocation L, bool hasLeadingEmptyMacro = false)
526 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty),
    [all...]
RecursiveASTVisitor.h     [all...]
  /external/v8/tools/gcmole/
gcmole.cc 912 VISIT(NullStmt);
932 IGNORE_STMT(NullStmt);
    [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/AST/
StmtPrinter.cpp 134 void StmtPrinter::VisitNullStmt(NullStmt *Node) {
    [all...]
StmtProfile.cpp 88 void StmtProfiler::VisitNullStmt(const NullStmt *S) {
    [all...]
ASTImporter.cpp 186 Stmt *VisitNullStmt(NullStmt *S);
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 126 void ASTStmtReader::VisitNullStmt(NullStmt *S) {
    [all...]
ASTWriterStmt.cpp 73 void ASTStmtWriter::VisitNullStmt(NullStmt *S) {
    [all...]

Completed in 268 milliseconds