Lines Matching refs:getCapturedVar
366 const VarDecl *VD = C.getCapturedVar(); in CGOpenMPInnerExprInfo()
8347 if (FirstPrivateDecls.count(Cap.getCapturedVar())) { in getMapModifiersForPrivateClauses()
8348 if (Cap.getCapturedVar()->getType()->isAnyPointerType()) in getMapModifiersForPrivateClauses()
8354 auto I = LambdasMap.find(Cap.getCapturedVar()->getCanonicalDecl()); in getMapModifiersForPrivateClauses()
8972 const VarDecl *VD = LC.getCapturedVar(); in generateInfoForLambdaCaptures()
9044 : Cap->getCapturedVar()->getCanonicalDecl(); in generateInfoForCapture()
9289 const VarDecl *VD = CI.getCapturedVar(); in generateDefaultMapInfo()
9318 const VarDecl *VD = CI.getCapturedVar(); in generateDefaultMapInfo()
10404 MappedVarSet.insert(CI->getCapturedVar()); in emitTargetCall()
10412 MEHandler.generateInfoForLambdaCaptures(CI->getCapturedVar(), *CV, in emitTargetCall()
12320 NeedToCheckForLPCs.insert(Cap.getCapturedVar()); in tryToDisableInnerAnalysis()