Searched refs:getCaptureType (Results 1 – 3 of 3) sorted by relevance
1619 Name, Cap.getCaptureType(), Loc); in BuildCaptureInit()1661 : From.getCaptureType(); in CaptureHasSideEffects()1697 QualType FieldType = Capture.getCaptureType(); in BuildCaptureField()
15530 Cap.getCaptureType()->getAs<RecordType>()) { in ActOnBlockStmtExpr()15565 Cap.getCaptureType(), false), in ActOnBlockStmtExpr()17241 CaptureType = CSI->getCapture(Var).getCaptureType(); in isVariableAlreadyCapturedInScopeInfo()
650 QualType getCaptureType() const { return CaptureType; } in getCaptureType() function