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

References

tools/clang/lib/Sema/SemaLambda.cpp
  793   TLB.pushTypeSpec(DeductType).setNameLoc(Loc);
  795     DeductType = BuildReferenceType(DeductType, true, Loc, Id);
  797     TLB.push<ReferenceTypeLoc>(DeductType).setSigilLoc(Loc);
  816       SourceRange(Loc, Loc), IsDirectInit, Init);
  816       SourceRange(Loc, Loc), IsDirectInit, Init);
  826       InitializedEntity::InitializeLambdaCapture(Id, DeducedType, Loc);
  830                                  Loc, Init->getBeginLoc(), Init->getEndLoc())
  831                            : InitializationKind::CreateDirectList(Loc))
  832           : InitializationKind::CreateCopy(Loc, Init->getBeginLoc());