Home
last modified time | relevance | path

Searched defs:SwitchStmt (Results 1 – 7 of 7) sorted by relevance

/NextBSD/contrib/llvm/tools/clang/include/clang/Sema/
HDScopeInfo.h41 class SwitchStmt; variable
HDSema.h159 class SwitchStmt; variable
/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCodeGenPGO.cpp119 SwitchStmt, enumerator
HDCGStmtOpenMP.cpp1260 auto *SwitchStmt = CGF.Builder.CreateSwitch( in EmitSections() local
/NextBSD/contrib/llvm/tools/clang/include/clang/AST/
HDStmt.h48 class SwitchStmt; variable
965 explicit SwitchStmt(EmptyShell Empty) : Stmt(SwitchStmtClass, Empty) { } in SwitchStmt() function
/NextBSD/contrib/llvm/tools/clang/include/clang/ASTMatchers/
HDASTMatchers.h4029 AST_MATCHER_P(SwitchStmt, forEachSwitchCase, internal::Matcher<SwitchCase>, in AST_MATCHER_P() argument
/NextBSD/contrib/llvm/tools/clang/lib/AST/
HDStmt.cpp944 SwitchStmt::SwitchStmt(const ASTContext &C, VarDecl *Var, Expr *cond) in SwitchStmt() function in SwitchStmt