Home
last modified time | relevance | path

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

/external/llvm-project/clang/lib/Sema/
DSemaLambda.cpp1076 LSI->ExplicitCaptureRanges[LSI->Captures.size() - 1] = C->ExplicitRange; in ActOnStartOfLambdaDefinition()
1228 LSI->ExplicitCaptureRanges[LSI->Captures.size() - 1] = C->ExplicitRange; in ActOnStartOfLambdaDefinition()
1794 SourceRange CaptureRange = LSI->ExplicitCaptureRanges[I]; in BuildLambdaExpr()
/external/llvm-project/clang/include/clang/Sema/
DScopeInfo.h884 llvm::DenseMap<unsigned, SourceRange> ExplicitCaptureRanges; variable