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

References

tools/clang/lib/Parse/ParseExprCXX.cpp
  825   Intro.Range.setBegin(T.getOpenLocation());
  852     Intro.Default = LCD_ByRef;
  853     Intro.DefaultLoc = ConsumeToken();
  861     Intro.Default = LCD_ByCopy;
  862     Intro.DefaultLoc = ConsumeToken();
  876           Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro,
  895         Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro,
  933           Actions.CodeCompleteLambdaIntroducer(getCurScope(), Intro,
 1131     Intro.addCapture(Kind, Loc, Id, EllipsisLoc, InitKind, Init,
 1136   Intro.Range.setEnd(T.getCloseLocation());