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

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

Completed in 205 milliseconds