Home
last modified time | relevance | path

Searched refs:EmitObjCForCollectionStmt (Results 1 – 3 of 3) sorted by relevance

/external/clang/lib/CodeGen/
DCGStmt.cpp162 EmitObjCForCollectionStmt(cast<ObjCForCollectionStmt>(*S)); in EmitStmt()
DCodeGenFunction.h1980 void EmitObjCForCollectionStmt(const ObjCForCollectionStmt &S);
DCGObjC.cpp1412 void CodeGenFunction::EmitObjCForCollectionStmt(const ObjCForCollectionStmt &S){ in EmitObjCForCollectionStmt() function in CodeGenFunction