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

  /external/clang/include/clang/AST/
Stmt.h 100 unsigned IsConstexpr : 1;
890 bool IsConstexpr, Stmt *init, VarDecl *var, Expr *cond,
933 bool isConstexpr() const { return IfStmtBits.IsConstexpr; }
934 void setConstexpr(bool C) { IfStmtBits.IsConstexpr = C; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Stmt.h 101 unsigned IsConstexpr : 1;
914 bool IsConstexpr, Stmt *init, VarDecl *var, Expr *cond,
957 bool isConstexpr() const { return IfStmtBits.IsConstexpr; }
958 void setConstexpr(bool C) { IfStmtBits.IsConstexpr = C; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Stmt.h 101 unsigned IsConstexpr : 1;
914 bool IsConstexpr, Stmt *init, VarDecl *var, Expr *cond,
957 bool isConstexpr() const { return IfStmtBits.IsConstexpr; }
958 void setConstexpr(bool C) { IfStmtBits.IsConstexpr = C; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Stmt.h 101 unsigned IsConstexpr : 1;
914 bool IsConstexpr, Stmt *init, VarDecl *var, Expr *cond,
957 bool isConstexpr() const { return IfStmtBits.IsConstexpr; }
958 void setConstexpr(bool C) { IfStmtBits.IsConstexpr = C; }
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h 101 unsigned IsConstexpr : 1;
914 bool IsConstexpr, Stmt *init, VarDecl *var, Expr *cond,
957 bool isConstexpr() const { return IfStmtBits.IsConstexpr; }
958 void setConstexpr(bool C) { IfStmtBits.IsConstexpr = C; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3957855/prebuilt_include/clang/include/clang/AST/
Stmt.h 101 unsigned IsConstexpr : 1;
914 bool IsConstexpr, Stmt *init, VarDecl *var, Expr *cond,
957 bool isConstexpr() const { return IfStmtBits.IsConstexpr; }
958 void setConstexpr(bool C) { IfStmtBits.IsConstexpr = C; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3960126/prebuilt_include/clang/include/clang/AST/
Stmt.h 101 unsigned IsConstexpr : 1;
914 bool IsConstexpr, Stmt *init, VarDecl *var, Expr *cond,
957 bool isConstexpr() const { return IfStmtBits.IsConstexpr; }
958 void setConstexpr(bool C) { IfStmtBits.IsConstexpr = C; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-3977809/prebuilt_include/clang/include/clang/AST/
Stmt.h 101 unsigned IsConstexpr : 1;
914 bool IsConstexpr, Stmt *init, VarDecl *var, Expr *cond,
957 bool isConstexpr() const { return IfStmtBits.IsConstexpr; }
958 void setConstexpr(bool C) { IfStmtBits.IsConstexpr = C; }
    [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/clang/include/clang/AST/
Stmt.h 101 unsigned IsConstexpr : 1;
914 bool IsConstexpr, Stmt *init, VarDecl *var, Expr *cond,
957 bool isConstexpr() const { return IfStmtBits.IsConstexpr; }
958 void setConstexpr(bool C) { IfStmtBits.IsConstexpr = C; }
    [all...]
  /external/clang/lib/Sema/
SemaDecl.cpp     [all...]

Completed in 1012 milliseconds