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

/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp647 /// FirstNearlyEmptyVBase - The first nearly empty virtual base class in
649 const CXXRecordDecl *FirstNearlyEmptyVBase; member in class:__anon1156::ItaniumRecordLayoutBuilder
669 FirstNearlyEmptyVBase(nullptr) {}
806 if (!FirstNearlyEmptyVBase)
807 FirstNearlyEmptyVBase = Base;
855 if (FirstNearlyEmptyVBase) {
856 PrimaryBase = FirstNearlyEmptyVBase;

Completed in 112 milliseconds