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

/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DCXXInheritance.h388 inheritanceModelHasVBTableOffsetField(MSInheritanceModel Inheritance) { function in namespace:clang
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DMicrosoftCXXABI.cpp230 if (inheritanceModelHasVBTableOffsetField(Inheritance))
H A DMicrosoftMangle.cpp634 if (inheritanceModelHasVBTableOffsetField(IM))
697 if (inheritanceModelHasVBTableOffsetField(IM))
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMicrosoftCXXABI.cpp2617 return (!inheritanceModelHasVBTableOffsetField(Inheritance) &&
2636 if (inheritanceModelHasVBTableOffsetField(Inheritance))
2665 if (inheritanceModelHasVBTableOffsetField(Inheritance))
2708 if (inheritanceModelHasVBTableOffsetField(Inheritance))
3080 if (inheritanceModelHasVBTableOffsetField(Inheritance))
3193 if (inheritanceModelHasVBTableOffsetField(SrcInheritance))
3246 if (inheritanceModelHasVBTableOffsetField(DstInheritance) &&
3247 inheritanceModelHasVBTableOffsetField(SrcInheritance)) {
3304 if (inheritanceModelHasVBTableOffsetField(DstInheritance))
3376 if (inheritanceModelHasVBTableOffsetField(Inheritanc
[all...]

Completed in 133 milliseconds