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
 3140     std::copy(CallableStates, CallableStates + callableStates_Size, callableStates_);
 3155   callableStates_iterator callableStates_begin() const { return callableStates_; }
 3156   callableStates_iterator callableStates_end() const { return callableStates_ + callableStates_Size; }