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

/external/clang/lib/AST/
H A DVTTBuilder.cpp31 MostDerivedClassLayout(Ctx.getASTRecordLayout(MostDerivedClass)),
113 BaseOffset = MostDerivedClassLayout.getVBaseClassOffset(BaseDecl);
167 MostDerivedClassLayout.getVBaseClassOffset(BaseDecl);
H A DVTableBuilder.cpp86 /// MostDerivedClassLayout - the AST record layout of the most derived class.
87 const ASTRecordLayout &MostDerivedClassLayout; member in class:__anon2769::FinalOverriders
155 MostDerivedClassLayout(Context.getASTRecordLayout(MostDerivedClass)) {
359 BaseOffset = MostDerivedClassLayout.getVBaseClassOffset(BaseDecl);
398 BaseOffset = MostDerivedClassLayout.getVBaseClassOffset(BaseDecl);
636 const ASTRecordLayout &MostDerivedClassLayout = local
640 MostDerivedClassLayout.getVBaseClassOffset(PrimaryBase);
1442 const ASTRecordLayout &MostDerivedClassLayout = local
1446 MostDerivedClassLayout.getVBaseClassOffset(PrimaryBase);
1800 const ASTRecordLayout &MostDerivedClassLayout local
[all...]
/external/clang/include/clang/AST/
H A DVTTBuilder.h85 /// MostDerivedClassLayout - the AST record layout of the most derived class.
86 const ASTRecordLayout &MostDerivedClassLayout; member in class:clang::VTTBuilder

Completed in 66 milliseconds