Searched refs:ExplicitCaptureRanges (Results 1 – 2 of 2) sorted by relevance
939 llvm::DenseMap<unsigned, SourceRange> ExplicitCaptureRanges; variable
1162 LSI->ExplicitCaptureRanges[LSI->Captures.size() - 1] = C->ExplicitRange; in ActOnLambdaExpressionAfterIntroducer()1327 LSI->ExplicitCaptureRanges[LSI->Captures.size() - 1] = C->ExplicitRange; in ActOnLambdaExpressionAfterIntroducer()2122 SourceRange CaptureRange = LSI->ExplicitCaptureRanges[I]; in BuildLambdaExpr()