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());
 1136   Intro.Range.setEnd(T.getCloseLocation());
 1219   SourceLocation LambdaBeginLoc = Intro.Range.getBegin();
tools/clang/lib/Sema/SemaLambda.cpp
  934     EndLoc = Intro.Range.getEnd();
  963       DiagnoseUnexpandedParameterPack(Intro.Range.getBegin(), MethodTyInfo,
  967   CXXRecordDecl *Class = createLambdaClosureType(Intro.Range, MethodTyInfo,
  970       startLambdaDefinition(Class, Intro.Range, MethodTyInfo, EndLoc, Params,
  998   buildLambdaScope(LSI, Method, Intro.Range, Intro.Default, Intro.DefaultLoc,
 1023     = Intro.Default == LCD_None? Intro.Range.getBegin() : Intro.DefaultLoc;