HomeSort by relevance Sort by last modified time
    Searched refs:MostDerived (Results 1 - 4 of 4) sorted by null

  /external/clang/lib/CodeGen/
MicrosoftVBTables.h 95 VBTableBuilder(CodeGenModule &CGM, const CXXRecordDecl *MostDerived);
118 const CXXRecordDecl *MostDerived;
MicrosoftVBTables.cpp 41 const CXXRecordDecl *MostDerived)
42 : CGM(CGM), MostDerived(MostDerived),
43 DerivedLayout(CGM.getContext().getASTRecordLayout(MostDerived)) {}
47 findUnambiguousPaths(MostDerived, BaseSubobject(MostDerived,
174 Mangler.mangleCXXVBTable(MostDerived, BasePath, Out);
  /external/clang/test/SemaCXX/
warn-overloaded-virtual.cpp 96 struct MostDerived: Derived1, Derived2 {
118 struct MostDerived: Derived3, Derived2 {
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/test/utils/runtime/cla/
id_policy.hpp 80 template<typename MostDerived,typename PrimaryId,typename SecondId>
85 : identification_policy( rtti::type_id<MostDerived>() )

Completed in 57 milliseconds