Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Sema/
H A DDeclSpec.h2845 SourceRange ExplicitRange; member
2851 SourceRange ExplicitRange) in LambdaCapture()
2854 ExplicitRange(ExplicitRange) {} in LambdaCapture()
2876 SourceRange ExplicitRange) { in addCapture()
2878 InitCaptureType, ExplicitRange)); in addCapture()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp789 enum class BoundsType { ExplicitRange, UInt }; enumerator
910 case ImmediateArg::BoundsType::ExplicitRange: in genSema()
1407 IA.boundsType = ImmediateArg::BoundsType::ExplicitRange; in ACLEIntrinsic()
1414 IA.boundsType = ImmediateArg::BoundsType::ExplicitRange; in ACLEIntrinsic()
1418 IA.boundsType = ImmediateArg::BoundsType::ExplicitRange; in ACLEIntrinsic()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1188 LSI->ExplicitCaptureRanges[LSI->Captures.size() - 1] = C->ExplicitRange; in ActOnLambdaExpressionAfterIntroducer()
1354 LSI->ExplicitCaptureRanges[LSI->Captures.size() - 1] = C->ExplicitRange; in ActOnLambdaExpressionAfterIntroducer()