reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

gen/tools/clang/include/clang/AST/AttrImpl.inc
 2387   auto *A = new (C) CallableWhenAttr(C, *this, callableStates_, callableStates_Size);
gen/tools/clang/include/clang/AST/Attrs.inc
 3138               , callableStates_Size(CallableStatesSize), callableStates_(new (Ctx, 16) ConsumedState[callableStates_Size])
 3140     std::copy(CallableStates, CallableStates + callableStates_Size, callableStates_);
 3156   callableStates_iterator callableStates_end() const { return callableStates_ + callableStates_Size; }
 3157   unsigned callableStates_size() const { return callableStates_Size; }