Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2760 SourceRange ExplicitRange; member
2766 SourceRange ExplicitRange) in LambdaCapture()
2769 ExplicitRange(ExplicitRange) {} in LambdaCapture()
2791 SourceRange ExplicitRange) { in addCapture()
2793 InitCaptureType, ExplicitRange)); in addCapture()
/freebsd-14.2/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp790 enum class BoundsType { ExplicitRange, UInt }; enumerator
911 case ImmediateArg::BoundsType::ExplicitRange: in genSema()
1402 IA.boundsType = ImmediateArg::BoundsType::ExplicitRange; in ACLEIntrinsic()
1409 IA.boundsType = ImmediateArg::BoundsType::ExplicitRange; in ACLEIntrinsic()
1413 IA.boundsType = ImmediateArg::BoundsType::ExplicitRange; in ACLEIntrinsic()
/freebsd-14.2/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1109 LSI->ExplicitCaptureRanges[LSI->Captures.size() - 1] = C->ExplicitRange; in ActOnLambdaExpressionAfterIntroducer()
1271 LSI->ExplicitCaptureRanges[LSI->Captures.size() - 1] = C->ExplicitRange; in ActOnLambdaExpressionAfterIntroducer()