Home
last modified time | relevance | path

Searched defs:InlineDescriptor (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h69 struct InlineDescriptor { struct
71 unsigned Offset;
97 InlineDescriptor(const Descriptor *D) in InlineDescriptor() argument
104 static_assert(sizeof(GlobalInlineDescriptor) != sizeof(InlineDescriptor), ""); argument