Searched refs:initBase (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ |
H A D | Descriptor.cpp | 164 static void initBase(Block *B, std::byte *Ptr, bool IsConst, bool IsMutable, in initBase() function 182 initBase(B, Ptr + FieldOffset, IsConst, IsMutable, IsActive, V.Desc, in initBase() 192 initBase(B, Ptr, IsConst, IsMutable, IsActive, V.Desc, V.Offset, false); in ctorRecord() 196 initBase(B, Ptr, IsConst, IsMutable, IsActive, V.Desc, V.Offset, true); in ctorRecord()
|