Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCGStmt.cpp130 case Stmt::WhileStmtClass: EmitWhileStmt(cast<WhileStmt>(*S)); break; in EmitStmt()
492 void CodeGenFunction::EmitWhileStmt(const WhileStmt &S) { in EmitWhileStmt() function in CodeGenFunction
DCodeGenFunction.h1821 void EmitWhileStmt(const WhileStmt &S);