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

References

tools/clang/lib/Sema/SemaExpr.cpp
 6277   if (Context.hasSameUnqualifiedType(SrcTy, DestTy))
 6280   switch (Type::ScalarTypeKind SrcKind = SrcTy->getScalarTypeKind()) {
 6289       LangAS SrcAS = SrcTy->getPointeeType().getAddressSpace();
 6293       if (Context.hasCvrSimilarType(SrcTy, DestTy))
 6403           << SrcTy;
 6415       QualType ET = SrcTy->castAs<ComplexType>()->getElementType();
 6425                               SrcTy->castAs<ComplexType>()->getElementType(),
 6437           << SrcTy;
 6449       QualType ET = SrcTy->castAs<ComplexType>()->getElementType();
 6459                               SrcTy->castAs<ComplexType>()->getElementType(),
 6471           << SrcTy;