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

References

tools/clang/lib/CodeGen/CGCXXABI.cpp
  276   if (CGM.getTarget().getCXXABI().hasConstructorVariants())
tools/clang/lib/CodeGen/CGCall.cpp
  301          !Target.getCXXABI().hasConstructorVariants();
tools/clang/lib/CodeGen/CGClass.cpp
  826   assert((CGM.getTarget().getCXXABI().hasConstructorVariants() ||
  833       CGM.getTarget().getCXXABI().hasConstructorVariants()) {
 1284       !CGM.getTarget().getCXXABI().hasConstructorVariants()) {
 2188       CGM.getTarget().getCXXABI().hasConstructorVariants()) {
tools/clang/lib/CodeGen/CodeGenModule.cpp
 1079     if (!getTarget().getCXXABI().hasConstructorVariants()) {
tools/clang/lib/CodeGen/CodeGenPGO.cpp
  773   if (CGM.getTarget().getCXXABI().hasConstructorVariants()) {
tools/clang/lib/CodeGen/ItaniumCXXABI.cpp
 1503   assert(CGM.getTarget().getCXXABI().hasConstructorVariants());