Searched defs:EmitDeclStmt (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/CodeGen/
H A DCGStmt.cpp306 case Stmt::DeclStmtClass: EmitDeclStmt(cast<DeclStmt>(*S)); break;
1065 void CodeGenFunction::EmitDeclStmt(const DeclStmt &S) { function in class:CodeGenFunction

Completed in 51 milliseconds