Lines Matching refs:Cap
8395 getMapModifiersForPrivateClauses(const CapturedStmt::Capture &Cap) const { in getMapModifiersForPrivateClauses()
8396 assert(Cap.capturesVariable() && "Expected capture by reference only!"); in getMapModifiersForPrivateClauses()
8401 if (FirstPrivateDecls.count(Cap.getCapturedVar())) { in getMapModifiersForPrivateClauses()
8402 if (Cap.getCapturedVar()->getType()->isAnyPointerType()) in getMapModifiersForPrivateClauses()
9059 void generateInfoForCapture(const CapturedStmt::Capture *Cap, in generateInfoForCapture() argument
9062 assert(!Cap->capturesVariableArrayType() && in generateInfoForCapture()
9066 const ValueDecl *VD = Cap->capturesThis() in generateInfoForCapture()
9068 : Cap->getCapturedVar()->getCanonicalDecl(); in generateInfoForCapture()
9081 (Cap->capturesVariable() ? OMP_MAP_TO : OMP_MAP_LITERAL) | in generateInfoForCapture()
12304 for (const CapturedStmt::Capture &Cap : CS->captures()) { in tryToDisableInnerAnalysis() local
12305 if (Cap.capturesVariable() || Cap.capturesVariableByCopy()) in tryToDisableInnerAnalysis()
12306 NeedToCheckForLPCs.insert(Cap.getCapturedVar()); in tryToDisableInnerAnalysis()