Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/AST/Interp/
H A DDescriptor.h36 const Descriptor *FieldDesc);
41 const Descriptor *FieldDesc);
49 const Descriptor *FieldDesc);
H A DDescriptor.cpp229 auto *FieldDesc = F.Desc; in moveRecord() local
231 if (auto Fn = FieldDesc->MoveFn) in moveRecord()
232 Fn(B, Src + FieldOff, Dst + FieldOff, FieldDesc); in moveRecord()