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

Declarations

tools/clang/include/clang/Sema/Sema.h
 2888   bool IsFloatingPointPromotion(QualType FromType, QualType ToType);

References

tools/clang/lib/Sema/SemaOverload.cpp
 1784   } else if (S.IsFloatingPointPromotion(FromType, ToType)) {
 2202   return IsFloatingPointPromotion(FromComplex->getElementType(),