Home
last modified time | relevance | path

Searched refs:EmitDefaultStmt (Results 1 – 2 of 2) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmt.cpp313 case Stmt::DefaultStmtClass: EmitDefaultStmt(cast<DefaultStmt>(*S)); break; in EmitSimpleStmt()
1263 void CodeGenFunction::EmitDefaultStmt(const DefaultStmt &S) { in EmitDefaultStmt() function in CodeGenFunction
DCodeGenFunction.h2282 void EmitDefaultStmt(const DefaultStmt &S);