Searched refs:EmitObjCIsaExpr (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/contrib/llvm/tools/clang/lib/CodeGen/
H A DCGExprScalar.cpp255 LValue LV = CGF.EmitObjCIsaExpr(E);
3284 LValue CodeGenFunction::EmitObjCIsaExpr(const ObjCIsaExpr *E) { function in class:CodeGenFunction
H A DCodeGenFunction.h1991 LValue EmitObjCIsaExpr(const ObjCIsaExpr *E);
H A DCGExpr.cpp781 return EmitObjCIsaExpr(cast<ObjCIsaExpr>(E));

Completed in 127 milliseconds