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

  /external/clang/unittests/ASTMatchers/
ASTMatchersTraversalTest.cpp     [all...]
  /prebuilts/go/darwin-x86/src/cmd/compile/internal/syntax/
nodes.go 383 SwitchStmt struct {
  /prebuilts/go/darwin-x86/src/go/ast/
ast.go 661 // A SwitchStmt node represents an expression switch statement.
662 SwitchStmt struct {
728 func (s *SwitchStmt) Pos() token.Pos { return s.Switch }
777 func (s *SwitchStmt) End() token.Pos { return s.Body.End() }
807 func (*SwitchStmt) stmtNode() {}
  /prebuilts/go/linux-x86/src/cmd/compile/internal/syntax/
nodes.go 383 SwitchStmt struct {
  /prebuilts/go/linux-x86/src/go/ast/
ast.go 661 // A SwitchStmt node represents an expression switch statement.
662 SwitchStmt struct {
728 func (s *SwitchStmt) Pos() token.Pos { return s.Switch }
777 func (s *SwitchStmt) End() token.Pos { return s.Body.End() }
807 func (*SwitchStmt) stmtNode() {}
  /external/clang/lib/AST/
Stmt.cpp 828 SwitchStmt::SwitchStmt(const ASTContext &C, Stmt *init, VarDecl *Var,
837 VarDecl *SwitchStmt::getConditionVariable() const {
845 void SwitchStmt::setConditionVariable(const ASTContext &C, VarDecl *V) {
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 49 class SwitchStmt;
651 // used by SwitchStmt.
955 /// SwitchStmt - This represents a 'switch' stmt.
957 class SwitchStmt : public Stmt {
962 // SwitchStmt is a switch on an enum value, records whether all the enum
968 SwitchStmt(const ASTContext &C, Stmt *Init, VarDecl *Var, Expr *cond);
971 explicit SwitchStmt(EmptyShell Empty) : Stmt(SwitchStmtClass, Empty) { }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Stmt.h 50 class SwitchStmt;
675 // used by SwitchStmt.
981 /// SwitchStmt - This represents a 'switch' stmt.
983 class SwitchStmt : public Stmt {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Stmt.h 50 class SwitchStmt;
675 // used by SwitchStmt.
981 /// SwitchStmt - This represents a 'switch' stmt.
983 class SwitchStmt : public Stmt {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Stmt.h 50 class SwitchStmt;
675 // used by SwitchStmt.
981 /// SwitchStmt - This represents a 'switch' stmt.
983 class SwitchStmt : public Stmt {
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h 50 class SwitchStmt;
675 // used by SwitchStmt.
981 /// SwitchStmt - This represents a 'switch' stmt.
983 class SwitchStmt : public Stmt {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Stmt.h 50 class SwitchStmt;
675 // used by SwitchStmt.
981 /// SwitchStmt - This represents a 'switch' stmt.
983 class SwitchStmt : public Stmt {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Stmt.h 50 class SwitchStmt;
675 // used by SwitchStmt.
981 /// SwitchStmt - This represents a 'switch' stmt.
983 class SwitchStmt : public Stmt {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Stmt.h 50 class SwitchStmt;
675 // used by SwitchStmt.
981 /// SwitchStmt - This represents a 'switch' stmt.
983 class SwitchStmt : public Stmt {
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h 50 class SwitchStmt;
675 // used by SwitchStmt.
981 /// SwitchStmt - This represents a 'switch' stmt.
983 class SwitchStmt : public Stmt {
    [all...]

Completed in 391 milliseconds