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

/external/clang/lib/CodeGen/
H A DCGStmt.cpp133 case Stmt::ForStmtClass: EmitForStmt(cast<ForStmt>(*S)); break;
429 EmitForStmt(cast<ForStmt>(*SubStmt), S.getAttrs());
779 void CodeGenFunction::EmitForStmt(const ForStmt &S, function in class:CodeGenFunction
H A DCodeGenFunction.h1869 void EmitForStmt(const ForStmt &S,

Completed in 79 milliseconds