Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp1079 LSI->ExplicitCaptureRanges[LSI->Captures.size() - 1] = C->ExplicitRange; in ActOnStartOfLambdaDefinition()
1231 LSI->ExplicitCaptureRanges[LSI->Captures.size() - 1] = C->ExplicitRange; in ActOnStartOfLambdaDefinition()
1797 SourceRange CaptureRange = LSI->ExplicitCaptureRanges[I]; in BuildLambdaExpr()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DScopeInfo.h888 llvm::DenseMap<unsigned, SourceRange> ExplicitCaptureRanges; variable