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

/external/clang/lib/AST/
H A DVTableBuilder.cpp800 /// MostDerivedClassIsVirtual - Whether the most derived class is a virtual
802 bool MostDerivedClassIsVirtual; member in class:__anon16961::ItaniumVTableBuilder
990 bool MostDerivedClassIsVirtual,
994 MostDerivedClassIsVirtual(MostDerivedClassIsVirtual),
1638 MostDerivedClassIsVirtual, local
2336 /*MostDerivedClassIsVirtual=*/0, RD);
2370 bool MostDerivedClassIsVirtual, const CXXRecordDecl *LayoutClass) {
2372 MostDerivedClassIsVirtual, LayoutClass);
987 ItaniumVTableBuilder(ItaniumVTableContext &VTables, const CXXRecordDecl *MostDerivedClass, CharUnits MostDerivedClassOffset, bool MostDerivedClassIsVirtual, const CXXRecordDecl *LayoutClass) argument
2368 createConstructionVTableLayout( const CXXRecordDecl *MostDerivedClass, CharUnits MostDerivedClassOffset, bool MostDerivedClassIsVirtual, const CXXRecordDecl *LayoutClass) argument

Completed in 85 milliseconds