Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DScopeInfo.h939 llvm::DenseMap<unsigned, SourceRange> ExplicitCaptureRanges; variable
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1162 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()