Lines Matching defs:VD

173     const ValueDecl *VD = Pair.second;  in buildRecordForGlobalizedVars()  local
233 void markAsEscaped(const ValueDecl *VD) { in markAsEscaped()
279 void VisitValueDecl(const ValueDecl *VD) { in VisitValueDecl()
298 const ValueDecl *VD = C.getCapturedVar(); in VisitOpenMPCapturedStmt() local
362 if (const auto *VD = dyn_cast_or_null<ValueDecl>(D)) in VisitDeclStmt() local
391 const ValueDecl *VD = C.getCapturedVar(); in VisitCapturedStmt() local
404 const ValueDecl *VD = C.getCapturedVar(); in VisitLambdaExpr() local
417 const VarDecl *VD = C.getVariable(); in VisitBlockExpr() local
444 const ValueDecl *VD = E->getDecl(); in VisitDeclRefExpr() local
1912 const auto *VD = cast<VarDecl>(Rec.first); in emitGenericVarsProlog() local
1957 const auto *VD = cast<VarDecl>(Rec.first); in emitGenericVarsProlog() local
1966 for (const ValueDecl *VD : I->getSecond().EscapedVariableLengthDecls) { in emitGenericVarsProlog() local
3155 const ValueDecl *VD = cast<DeclRefExpr>(Private)->getDecl(); in emitListToGlobalCopyFunction() local
3256 const ValueDecl *VD = cast<DeclRefExpr>(*IPriv)->getDecl(); in emitListToGlobalReduceFunction() local
3361 const ValueDecl *VD = cast<DeclRefExpr>(Private)->getDecl(); in emitGlobalToListCopyFunction() local
3462 const ValueDecl *VD = cast<DeclRefExpr>(*IPriv)->getDecl(); in emitGlobalToListReduceFunction() local
4193 for (const ValueDecl *VD : VarChecker.getEscapedDecls()) { in emitFunctionProlog() local
4205 for (const ValueDecl *VD : VarChecker.getEscapedDecls()) { in emitFunctionProlog() local
4227 const VarDecl *VD) { in getAddressOfLocalVariable()
4339 const VarDecl *VD = C.getCapturedVar(); in adjustTargetSpecificDataForLambdas() local
4365 const VarDecl *VD = LC.getCapturedVar(); in adjustTargetSpecificDataForLambdas() local
4385 bool CGOpenMPRuntimeGPU::hasAllocateAttributeForGlobalVar(const VarDecl *VD, in hasAllocateAttributeForGlobalVar()