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;
575 void CodeGenFunction::EmitForStmt(const ForStmt &S) { function in class:CodeGenFunction
H A DCodeGenFunction.h2087 void EmitForStmt(const ForStmt &S);

Completed in 33 milliseconds