Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2677 SourceRange ExplicitRange; member
2683 SourceRange ExplicitRange) in LambdaCapture()
2686 ExplicitRange(ExplicitRange) {} in LambdaCapture()
2705 SourceRange ExplicitRange) { in addCapture()
2707 InitCaptureType, ExplicitRange)); in addCapture()
/freebsd-13.1/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp792 enum class BoundsType { ExplicitRange, UInt }; enumerator
913 case ImmediateArg::BoundsType::ExplicitRange: in genSema()
1396 IA.boundsType = ImmediateArg::BoundsType::ExplicitRange; in ACLEIntrinsic()
1403 IA.boundsType = ImmediateArg::BoundsType::ExplicitRange; in ACLEIntrinsic()
1407 IA.boundsType = ImmediateArg::BoundsType::ExplicitRange; in ACLEIntrinsic()
/freebsd-13.1/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1083 LSI->ExplicitCaptureRanges[LSI->Captures.size() - 1] = C->ExplicitRange; in ActOnStartOfLambdaDefinition()
1235 LSI->ExplicitCaptureRanges[LSI->Captures.size() - 1] = C->ExplicitRange; in ActOnStartOfLambdaDefinition()