Lines Matching defs:Spec
2026 // C++ [except.spec]p17:
4740 // type. The spec says to do this if either type is *overloadable*,
8833 // being closely modeled after the C99 spec:-). The odd characteristic of this
9100 /// C99 spec dictates.
15552 // According to the blocks spec, the capture of a variable from
16943 // C++14 [temp.expl.spec]p6:
17068 // C++14 [except.spec]p17:
19645 auto Spec = llvm::find_if(AvailSpecs, [&](const AvailabilitySpec &Spec) {
19646 return Spec.getPlatform() == Platform;
19650 if (Spec != AvailSpecs.end())
19651 Version = Spec->getVersion();