HomeSort by relevance Sort by last modified time
    Searched defs:LabelStmt (Results 1 - 9 of 9) sorted by null

  /external/clang/include/clang/AST/
Stmt.h 786 /// LabelStmt - Represents a label, which has a substatement. For example:
789 class LabelStmt : public Stmt {
795 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt)
797 static_assert(sizeof(LabelStmt) ==
799 "LabelStmt too big");
803 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Stmt.h 810 /// LabelStmt - Represents a label, which has a substatement. For example:
813 class LabelStmt : public Stmt {
819 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt)
821 static_assert(sizeof(LabelStmt) ==
823 "LabelStmt too big");
827 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Stmt.h 810 /// LabelStmt - Represents a label, which has a substatement. For example:
813 class LabelStmt : public Stmt {
819 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt)
821 static_assert(sizeof(LabelStmt) ==
823 "LabelStmt too big");
827 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Stmt.h 810 /// LabelStmt - Represents a label, which has a substatement. For example:
813 class LabelStmt : public Stmt {
819 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt)
821 static_assert(sizeof(LabelStmt) ==
823 "LabelStmt too big");
827 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h 810 /// LabelStmt - Represents a label, which has a substatement. For example:
813 class LabelStmt : public Stmt {
819 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt)
821 static_assert(sizeof(LabelStmt) ==
823 "LabelStmt too big");
827 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Stmt.h 810 /// LabelStmt - Represents a label, which has a substatement. For example:
813 class LabelStmt : public Stmt {
819 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt)
821 static_assert(sizeof(LabelStmt) ==
823 "LabelStmt too big");
827 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Stmt.h 810 /// LabelStmt - Represents a label, which has a substatement. For example:
813 class LabelStmt : public Stmt {
819 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt)
821 static_assert(sizeof(LabelStmt) ==
823 "LabelStmt too big");
827 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Stmt.h 810 /// LabelStmt - Represents a label, which has a substatement. For example:
813 class LabelStmt : public Stmt {
819 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt)
821 static_assert(sizeof(LabelStmt) ==
823 "LabelStmt too big");
827 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h 810 /// LabelStmt - Represents a label, which has a substatement. For example:
813 class LabelStmt : public Stmt {
819 LabelStmt(SourceLocation IL, LabelDecl *D, Stmt *substmt)
821 static_assert(sizeof(LabelStmt) ==
823 "LabelStmt too big");
827 explicit LabelStmt(EmptyShell Empty) : Stmt(LabelStmtClass, Empty) { }
    [all...]

Completed in 489 milliseconds