Home
last modified time | relevance | path

Searched defs:CaseStmt (Results 1 – 4 of 4) sorted by relevance

/external/clang/lib/CodeGen/
DCodeGenPGO.cpp82 CaseStmt, enumerator
/external/v8/tools/gcmole/
Dgcmole.cc1045 DECL_VISIT_STMT(CaseStmt) { in DECL_VISIT_STMT() argument
/external/clang/include/clang/AST/
DStmt.h683 CaseStmt(Expr *lhs, Expr *rhs, SourceLocation caseLoc, in CaseStmt() function
693 explicit CaseStmt(EmptyShell Empty) : SwitchCase(CaseStmtClass, Empty) { } in CaseStmt() function
/external/clang/include/clang/ASTMatchers/
DASTMatchers.h4621 AST_MATCHER_P(CaseStmt, hasCaseConstant, internal::Matcher<Expr>, in AST_MATCHER_P() argument