Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h35 const Descriptor *FieldDesc);
40 const Descriptor *FieldDesc);
48 const Descriptor *FieldDesc);
H A DDescriptor.cpp177 auto *FieldDesc = F.Desc; in moveRecord() local
179 if (auto Fn = FieldDesc->MoveFn) in moveRecord()
180 Fn(B, Src + FieldOff, Dst + FieldOff, FieldDesc); in moveRecord()