reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/include/clang/AST/DeclCXX.h
 1752     return !MSInheritanceAttr::hasOnlyOneField(/*IsMemberFunction=*/false,
tools/clang/lib/CodeGen/MicrosoftCXXABI.cpp
 2678   if (MSInheritanceAttr::hasOnlyOneField(IsMemberFunction, Inheritance))
 2841   if (MSInheritanceAttr::hasOnlyOneField(MPT->isMemberFunctionPointer(),
 3160   if (!MSInheritanceAttr::hasOnlyOneField(IsFunc, SrcInheritance)) {
 3269   if (MSInheritanceAttr::hasOnlyOneField(IsFunc, DstInheritance)) {