Home
last modified time | relevance | path

Searched refs:GetTrailingEndLocation (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp2109 auto GetTrailingEndLocation = [&](SourceLocation StartPoint) { in ConstructFixItRangeForUnusedCapture() local
2124 SourceLocation FixItEnd = GetTrailingEndLocation(CommaRange.getBegin()); in ConstructFixItRangeForUnusedCapture()
2131 SourceLocation FixItEnd = GetTrailingEndLocation(CaptureRange.getEnd()); in ConstructFixItRangeForUnusedCapture()