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

1 2 3

  /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...]
  /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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h 533 /// NullStmt - This is the null statement ";": C99 6.8.3p3.
535 class NullStmt : public Stmt {
545 NullStmt(SourceLocation L, bool hasLeadingEmptyMacro = false)
550 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty),
    [all...]
StmtNodes.inc 870 #ifndef NULLSTMT
871 # define NULLSTMT(Type, Base) STMT(Type, Base)
873 NULLSTMT(NullStmt, Stmt)
874 #undef NULLSTMT
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/clang/AST/
Stmt.h 533 /// NullStmt - This is the null statement ";": C99 6.8.3p3.
535 class NullStmt : public Stmt {
545 NullStmt(SourceLocation L, bool hasLeadingEmptyMacro = false)
550 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/clang/AST/
Stmt.h 533 /// NullStmt - This is the null statement ";": C99 6.8.3p3.
535 class NullStmt : public Stmt {
545 NullStmt(SourceLocation L, bool hasLeadingEmptyMacro = false)
550 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/clang/AST/
Stmt.h 533 /// NullStmt - This is the null statement ";": C99 6.8.3p3.
535 class NullStmt : public Stmt {
545 NullStmt(SourceLocation L, bool hasLeadingEmptyMacro = false)
550 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/clang/AST/
Stmt.h 533 /// NullStmt - This is the null statement ";": C99 6.8.3p3.
535 class NullStmt : public Stmt {
545 NullStmt(SourceLocation L, bool hasLeadingEmptyMacro = false)
550 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/clang/AST/
Stmt.h 533 /// NullStmt - This is the null statement ";": C99 6.8.3p3.
535 class NullStmt : public Stmt {
545 NullStmt(SourceLocation L, bool hasLeadingEmptyMacro = false)
550 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty),
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/clang/AST/
Stmt.h 533 /// NullStmt - This is the null statement ";": C99 6.8.3p3.
535 class NullStmt : public Stmt {
545 NullStmt(SourceLocation L, bool hasLeadingEmptyMacro = false)
550 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h 533 /// NullStmt - This is the null statement ";": C99 6.8.3p3.
535 class NullStmt : public Stmt {
545 NullStmt(SourceLocation L, bool hasLeadingEmptyMacro = false)
550 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/clang/AST/
Stmt.h 533 /// NullStmt - This is the null statement ";": C99 6.8.3p3.
535 class NullStmt : public Stmt {
545 NullStmt(SourceLocation L, bool hasLeadingEmptyMacro = false)
550 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/clang/AST/
Stmt.h 533 /// NullStmt - This is the null statement ";": C99 6.8.3p3.
535 class NullStmt : public Stmt {
545 NullStmt(SourceLocation L, bool hasLeadingEmptyMacro = false)
550 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/clang/AST/
Stmt.h 533 /// NullStmt - This is the null statement ";": C99 6.8.3p3.
535 class NullStmt : public Stmt {
545 NullStmt(SourceLocation L, bool hasLeadingEmptyMacro = false)
550 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/clang/AST/
Stmt.h 533 /// NullStmt - This is the null statement ";": C99 6.8.3p3.
535 class NullStmt : public Stmt {
545 NullStmt(SourceLocation L, bool hasLeadingEmptyMacro = false)
550 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/clang/AST/
Stmt.h 533 /// NullStmt - This is the null statement ";": C99 6.8.3p3.
535 class NullStmt : public Stmt {
545 NullStmt(SourceLocation L, bool hasLeadingEmptyMacro = false)
550 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty),
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/clang/AST/
Stmt.h 533 /// NullStmt - This is the null statement ";": C99 6.8.3p3.
535 class NullStmt : public Stmt {
545 NullStmt(SourceLocation L, bool hasLeadingEmptyMacro = false)
550 explicit NullStmt(EmptyShell Empty) : Stmt(NullStmtClass, Empty),
    [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...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]

Completed in 1433 milliseconds

1 2 3