Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/include/clang/Sema/
H A DDeclSpec.h2749 SourceRange ExplicitRange; member
2755 SourceRange ExplicitRange) in LambdaCapture()
2758 ExplicitRange(ExplicitRange) {} in LambdaCapture()
2781 SourceRange ExplicitRange) { in addCapture()
2783 InitCaptureType, ExplicitRange)); in addCapture()
/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaLambda.cpp1113 LSI->ExplicitCaptureRanges[LSI->Captures.size() - 1] = C->ExplicitRange; in ActOnStartOfLambdaDefinition()
1270 LSI->ExplicitCaptureRanges[LSI->Captures.size() - 1] = C->ExplicitRange; in ActOnStartOfLambdaDefinition()