Home
last modified time | relevance | path

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

/NextBSD/contrib/llvm/tools/clang/lib/CodeGen/
HDCGStmtOpenMP.cpp620 EmitVarDecl(*cast<VarDecl>(SaveRef->getDecl())); in EmitOMPLinearClauseInit()
801 CGF.EmitVarDecl(*IVDecl); in EmitOMPSimdDirective()
808 CGF.EmitVarDecl(*cast<VarDecl>(LIExpr->getDecl())); in EmitOMPSimdDirective()
1012 CGF.EmitVarDecl(*VDecl); in EmitOMPHelperVar()
1029 CGF.EmitVarDecl(*ImpVar); in emitScheduleClause()
1052 EmitVarDecl(*IVDecl); in EmitOMPWorksharingLoop()
1058 EmitVarDecl(*cast<VarDecl>(LIExpr->getDecl())); in EmitOMPWorksharingLoop()
HDCGDecl.cpp113 return EmitVarDecl(VD); in EmitDecl()
129 void CodeGenFunction::EmitVarDecl(const VarDecl &D) { in EmitVarDecl() function in CodeGenFunction
HDCodeGenFunction.h1876 void EmitVarDecl(const VarDecl &D);