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.h2842 SourceRange ExplicitRange; member
2848 SourceRange ExplicitRange) in LambdaCapture()
2851 ExplicitRange(ExplicitRange) {} in LambdaCapture()
2873 SourceRange ExplicitRange) { in addCapture()
2875 InitCaptureType, ExplicitRange)); in addCapture()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DMveEmitter.cpp791 enum class BoundsType { ExplicitRange, UInt }; enumerator
912 case ImmediateArg::BoundsType::ExplicitRange: in genSema()
1403 IA.boundsType = ImmediateArg::BoundsType::ExplicitRange; in ACLEIntrinsic()
1410 IA.boundsType = ImmediateArg::BoundsType::ExplicitRange; in ACLEIntrinsic()
1414 IA.boundsType = ImmediateArg::BoundsType::ExplicitRange; in ACLEIntrinsic()
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaLambda.cpp1162 LSI->ExplicitCaptureRanges[LSI->Captures.size() - 1] = C->ExplicitRange; in ActOnLambdaExpressionAfterIntroducer()
1327 LSI->ExplicitCaptureRanges[LSI->Captures.size() - 1] = C->ExplicitRange; in ActOnLambdaExpressionAfterIntroducer()