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

References

tools/clang/lib/Parse/ParseExprCXX.cpp
  853     Intro.DefaultLoc = ConsumeToken();
  862     Intro.DefaultLoc = ConsumeToken();
tools/clang/lib/Sema/SemaLambda.cpp
  998   buildLambdaScope(LSI, Method, Intro.Range, Intro.Default, Intro.DefaultLoc,
 1016     Diag(Intro.DefaultLoc, diag::err_capture_default_non_local);
 1023     = Intro.Default == LCD_None? Intro.Range.getBegin() : Intro.DefaultLoc;