Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang/include/clang/AST/
H A DAttr.h266 typedef uint32_t SerialType; typedef
270 SerialType serialize() const { in serialize()
271 return *reinterpret_cast<const SerialType *>(this); in serialize()
275 static ParamIdx deserialize(SerialType S) { in deserialize()
347 static_assert(sizeof(ParamIdx) == sizeof(ParamIdx::SerialType),