Searched refs:UpdateEmptyFieldSubobjects (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/contrib/llvm/tools/clang/lib/AST/
H A DRecordLayoutBuilder.cpp130 void UpdateEmptyFieldSubobjects(const CXXRecordDecl *RD,
133 void UpdateEmptyFieldSubobjects(const FieldDecl *FD, CharUnits Offset);
355 UpdateEmptyFieldSubobjects(*I, FieldOffset);
476 UpdateEmptyFieldSubobjects(FD, Offset);
480 void EmptySubobjectMap::UpdateEmptyFieldSubobjects(const CXXRecordDecl *RD, function in class:__anon3684::EmptySubobjectMap
503 UpdateEmptyFieldSubobjects(BaseDecl, Class, BaseOffset);
512 UpdateEmptyFieldSubobjects(VBaseDecl, Class, VBaseOffset);
525 UpdateEmptyFieldSubobjects(*I, FieldOffset);
529 void EmptySubobjectMap::UpdateEmptyFieldSubobjects(const FieldDecl *FD, function in class:__anon3684::EmptySubobjectMap
533 UpdateEmptyFieldSubobjects(R
[all...]

Completed in 65 milliseconds