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

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

Completed in 318 milliseconds