Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGStmt.cpp148 case Stmt::WhileStmtClass: EmitWhileStmt(cast<WhileStmt>(*S), Attrs); break; in EmitStmt()
791 void CodeGenFunction::EmitWhileStmt(const WhileStmt &S, in EmitWhileStmt() function in CodeGenFunction
H A DCodeGenFunction.h3184 void EmitWhileStmt(const WhileStmt &S,