Searched defs:FirstNearlyEmptyVBase (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp604 /// FirstNearlyEmptyVBase - The first nearly empty virtual base class in
606 const CXXRecordDecl *FirstNearlyEmptyVBase; member in class:__anon17744::RecordLayoutBuilder
639 FirstNearlyEmptyVBase(nullptr) {}
788 if (!FirstNearlyEmptyVBase)
789 FirstNearlyEmptyVBase = Base;
837 if (FirstNearlyEmptyVBase) {
838 PrimaryBase = FirstNearlyEmptyVBase;

Completed in 32 milliseconds