Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmt.cpp264 case Stmt::DefaultStmtClass: EmitDefaultStmt(cast<DefaultStmt>(*S)); break; in EmitSimpleStmt()
1300 void CodeGenFunction::EmitDefaultStmt(const DefaultStmt &S) { in EmitDefaultStmt() function in CodeGenFunction
HDCodeGenFunction.h2033 void EmitDefaultStmt(const DefaultStmt &S);