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

  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h 971 /// caseStmt()
973 const internal::VariadicDynCastAllOfMatcher<Stmt, CaseStmt> caseStmt;
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 374 CaseStmt *CS = new (Context) CaseStmt(LHSVal, RHSVal, CaseLoc, DotDotDotLoc,
381 void Sema::ActOnCaseStmtBody(Stmt *caseStmt, Stmt *SubStmt) {
384 CaseStmt *CS = static_cast<CaseStmt*>(caseStmt);
512 bool operator()(const std::pair<llvm::APSInt, CaseStmt*> &LHS,
516 bool operator()(const std::pair<llvm::APSInt, CaseStmt*> &LHS,
517 const std::pair<llvm::APSInt, CaseStmt*> &RHS) {
521 const std::pair<llvm::APSInt, CaseStmt*> &RHS)
    [all...]

Completed in 635 milliseconds