Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/tools/clang/include/clang/Sema/
H A DDeclSpec.h2559 SourceRange ExplicitRange; member
2565 SourceRange ExplicitRange) in LambdaCapture()
2568 ExplicitRange(ExplicitRange) {} in LambdaCapture()
2587 SourceRange ExplicitRange) { in addCapture()
2589 InitCaptureType, ExplicitRange)); in addCapture()
/freebsd-12.1/contrib/llvm/tools/clang/lib/Sema/
H A DSemaLambda.cpp1004 LSI->ExplicitCaptureRanges[LSI->Captures.size() - 1] = C->ExplicitRange; in ActOnStartOfLambdaDefinition()
1152 LSI->ExplicitCaptureRanges[LSI->Captures.size() - 1] = C->ExplicitRange; in ActOnStartOfLambdaDefinition()