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

References

tools/clang/include/clang/Sema/Overload.h
  334       ToTypePtrs[Idx] = T.getAsOpaquePtr();
  338       ToTypePtrs[0] = T.getAsOpaquePtr();
  339       ToTypePtrs[1] = ToTypePtrs[0];
  339       ToTypePtrs[1] = ToTypePtrs[0];
  340       ToTypePtrs[2] = ToTypePtrs[0];
  340       ToTypePtrs[2] = ToTypePtrs[0];
  349       return QualType::getFromOpaquePtr(ToTypePtrs[Idx]);
tools/clang/lib/Sema/SemaOverload.cpp
 5646     SCS.ToTypePtrs[2] = SCS.ToTypePtrs[1] = SCS.ToTypePtrs[0];
 5646     SCS.ToTypePtrs[2] = SCS.ToTypePtrs[1] = SCS.ToTypePtrs[0];
 5646     SCS.ToTypePtrs[2] = SCS.ToTypePtrs[1] = SCS.ToTypePtrs[0];