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

  /external/clang/unittests/ASTMatchers/
ASTMatchersTest.cpp     [all...]
  /external/clang/lib/ASTMatchers/Dynamic/
Registry.cpp 115 REGISTER_MATCHER(caseStmt);
  /external/clang/include/clang/ASTMatchers/
ASTMatchers.h     [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 420 CaseStmt *CS = new (Context)
421 CaseStmt(LHS.get(), RHS.get(), CaseLoc, DotDotDotLoc, ColonLoc);
427 void Sema::ActOnCaseStmtBody(Stmt *caseStmt, Stmt *SubStmt) {
430 CaseStmt *CS = static_cast<CaseStmt*>(caseStmt);
520 bool operator()(const std::pair<llvm::APSInt, CaseStmt*> &LHS,
524 bool operator()(const std::pair<llvm::APSInt, CaseStmt*> &LHS,
525 const std::pair<llvm::APSInt, CaseStmt*> &RHS) {
529 const std::pair<llvm::APSInt, CaseStmt*> &RHS)
    [all...]

Completed in 50 milliseconds