reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/lib/Sema/SemaExpr.cpp
14341               Cap.getCaptureType()->getAs<RecordType>()) {
14376                                                  Cap.getCaptureType(), false),
15708     CaptureType = CSI->getCapture(Var).getCaptureType();
tools/clang/lib/Sema/SemaLambda.cpp
 1524       Name, Cap.getCaptureType(), Loc);
 1566                          : From.getCaptureType();
 1602   QualType FieldType = Capture.getCaptureType();