Lines Matching refs:Cap
7665 getMapModifiersForPrivateClauses(const CapturedStmt::Capture &Cap) const { in getMapModifiersForPrivateClauses()
7666 assert(Cap.capturesVariable() && "Expected capture by reference only!"); in getMapModifiersForPrivateClauses()
7671 if (FirstPrivateDecls.count(Cap.getCapturedVar())) { in getMapModifiersForPrivateClauses()
7672 if (Cap.getCapturedVar()->getType()->isAnyPointerType()) in getMapModifiersForPrivateClauses()
7678 auto I = LambdasMap.find(Cap.getCapturedVar()->getCanonicalDecl()); in getMapModifiersForPrivateClauses()
8428 void generateInfoForCapture(const CapturedStmt::Capture *Cap, in generateInfoForCapture() argument
8431 assert(!Cap->capturesVariableArrayType() && in generateInfoForCapture()
8435 const ValueDecl *VD = Cap->capturesThis() in generateInfoForCapture()
8437 : Cap->getCapturedVar()->getCanonicalDecl(); in generateInfoForCapture()
11469 for (const CapturedStmt::Capture &Cap : CS->captures()) { in tryToDisableInnerAnalysis() local
11470 if (Cap.capturesVariable() || Cap.capturesVariableByCopy()) in tryToDisableInnerAnalysis()
11471 NeedToCheckForLPCs.insert(Cap.getCapturedVar()); in tryToDisableInnerAnalysis()