Searched refs:getCaptureType (Results 1 – 3 of 3) sorted by relevance
1623 Name, Cap.getCaptureType(), Loc); in BuildCaptureInit()1665 : From.getCaptureType(); in CaptureHasSideEffects()1701 QualType FieldType = Capture.getCaptureType(); in BuildCaptureField()
15651 Cap.getCaptureType()->getAs<RecordType>()) { in ActOnBlockStmtExpr()15686 Cap.getCaptureType()), in ActOnBlockStmtExpr()17407 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()
650 QualType getCaptureType() const { return CaptureType; } in getCaptureType() function