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

  /external/clang/lib/AST/
Stmt.cpp 819 SwitchStmt::SwitchStmt(const ASTContext &C, VarDecl *Var, Expr *cond)
826 VarDecl *SwitchStmt::getConditionVariable() const {
834 void SwitchStmt::setConditionVariable(const ASTContext &C, VarDecl *V) {
    [all...]
  /external/clang/include/clang/AST/
Stmt.h 49 class SwitchStmt;
639 // used by SwitchStmt.
936 /// SwitchStmt - This represents a 'switch' stmt.
938 class SwitchStmt : public Stmt {
943 // SwitchStmt is a switch on an enum value, records whether all the enum
949 SwitchStmt(const ASTContext &C, VarDecl *Var, Expr *cond);
952 explicit SwitchStmt(EmptyShell Empty) : Stmt(SwitchStmtClass, Empty) { }
966 /// If this SwitchStmt has a condition variable, return the faux DeclStmt
    [all...]
  /external/libgdx/extensions/gdx-jnigen/libs/
javaparser-core-2.3.0.jar 

Completed in 70 milliseconds