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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp130 case Stmt::ForStmtClass: EmitForStmt(cast<ForStmt>(*S)); break;
565 void CodeGenFunction::EmitForStmt(const ForStmt &S) { function in class:CodeGenFunction
H A DCodeGenFunction.h1995 void EmitForStmt(const ForStmt &S);

Completed in 48 milliseconds