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

/netbsd-current/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DDeclSpec.h2675 SourceRange ExplicitRange; member in struct:clang::LambdaIntroducer::LambdaCapture
2681 SourceRange ExplicitRange)
2684 ExplicitRange(ExplicitRange) {}
2703 SourceRange ExplicitRange) {
2705 InitCaptureType, ExplicitRange));
2677 LambdaCapture(LambdaCaptureKind Kind, SourceLocation Loc, IdentifierInfo *Id, SourceLocation EllipsisLoc, LambdaCaptureInitKind InitKind, ExprResult Init, ParsedType InitCaptureType, SourceRange ExplicitRange) argument
2696 addCapture(LambdaCaptureKind Kind, SourceLocation Loc, IdentifierInfo* Id, SourceLocation EllipsisLoc, LambdaCaptureInitKind InitKind, ExprResult Init, ParsedType InitCaptureType, SourceRange ExplicitRange) argument
/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DMveEmitter.cpp792 enum class BoundsType { ExplicitRange, UInt };
913 case ImmediateArg::BoundsType::ExplicitRange:
1396 IA.boundsType = ImmediateArg::BoundsType::ExplicitRange;
1403 IA.boundsType = ImmediateArg::BoundsType::ExplicitRange;
1407 IA.boundsType = ImmediateArg::BoundsType::ExplicitRange;
/netbsd-current/external/apache2/llvm/dist/clang/lib/Sema/
H A DSemaLambda.cpp1079 LSI->ExplicitCaptureRanges[LSI->Captures.size() - 1] = C->ExplicitRange;
1231 LSI->ExplicitCaptureRanges[LSI->Captures.size() - 1] = C->ExplicitRange;

Completed in 297 milliseconds