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

  /external/clang/lib/Parse/
ParseStmt.cpp 728 Actions.ActOnCaseStmtBody(DeepestParsedCaseStmt, Case.get());
757 Actions.ActOnCaseStmtBody(DeepestParsedCaseStmt, SubStmt.get());
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 426 /// ActOnCaseStmtBody - This installs a statement as the body of a case.
427 void Sema::ActOnCaseStmtBody(Stmt *caseStmt, Stmt *SubStmt) {
    [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 43 milliseconds