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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp183 case Stmt::DefaultStmtClass: EmitDefaultStmt(cast<DefaultStmt>(*S)); break;
949 void CodeGenFunction::EmitDefaultStmt(const DefaultStmt &S) { function in class:CodeGenFunction
952 "EmitDefaultStmt: Default block already defined?");
H A DCodeGenFunction.h2001 void EmitDefaultStmt(const DefaultStmt &S);

Completed in 29 milliseconds