Searched refs:EmitVarDecl (Results 1 – 3 of 3) sorted by relevance
998 EmitVarDecl(*cast<VarDecl>(SaveRef->getDecl())); in EmitOMPLinearClauseInit()1116 CGF.EmitVarDecl(*PrivateVD); in emitPrivateLinearVars()1209 CGF.EmitVarDecl(*IVDecl); in EmitOMPSimdDirective()1216 CGF.EmitVarDecl(*cast<VarDecl>(LIExpr->getDecl())); in EmitOMPSimdDirective()1424 CGF.EmitVarDecl(*VDecl); in EmitOMPHelperVar()1440 CGF.EmitVarDecl(*ImpVar); in emitScheduleClause()1464 EmitVarDecl(*IVDecl); in EmitOMPWorksharingLoop()1470 EmitVarDecl(*cast<VarDecl>(LIExpr->getDecl())); in EmitOMPWorksharingLoop()
115 return EmitVarDecl(VD); in EmitDecl()131 void CodeGenFunction::EmitVarDecl(const VarDecl &D) { in EmitVarDecl() function in CodeGenFunction
1977 void EmitVarDecl(const VarDecl &D);