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

/external/clang/lib/AST/
H A DRecordLayoutBuilder.cpp620 /// FirstNearlyEmptyVBase - The first nearly empty virtual base class in
622 const CXXRecordDecl *FirstNearlyEmptyVBase; member in class:__anon3654::RecordLayoutBuilder
656 FirstNearlyEmptyVBase(0) { }
822 if (!FirstNearlyEmptyVBase)
823 FirstNearlyEmptyVBase = Base;
879 if (FirstNearlyEmptyVBase) {
880 PrimaryBase = FirstNearlyEmptyVBase;

Completed in 66 milliseconds