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 586 Actions.ActOnCaseStmtBody(DeepestParsedCaseStmt, Case.get());
614 Actions.ActOnCaseStmtBody(DeepestParsedCaseStmt, SubStmt.get());
    [all...]
  /external/clang/lib/Sema/
SemaStmt.cpp 366 /// ActOnCaseStmtBody - This installs a statement as the body of a case.
367 void Sema::ActOnCaseStmtBody(Stmt *caseStmt, Stmt *SubStmt) {
    [all...]
TreeTransform.h     [all...]
  /external/clang/include/clang/Sema/
Sema.h     [all...]

Completed in 60 milliseconds