Searched refs:getCaptureType (Results 1 – 3 of 3) sorted by relevance
1667 Name, Cap.getCaptureType(), Loc); in BuildCaptureInit()1709 : From.getCaptureType(); in CaptureHasSideEffects()1745 QualType FieldType = Capture.getCaptureType(); in BuildCaptureField()
16688 Cap.getCaptureType()->getAs<RecordType>()) { in ActOnBlockStmtExpr()16723 Cap.getCaptureType()), in ActOnBlockStmtExpr()18611 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()
666 QualType getCaptureType() const { return CaptureType; } in getCaptureType() function