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

References

tools/clang/lib/Sema/SemaChecking.cpp
 5888     if (!LHSType->isVectorType() || !RHSType->isVectorType())
 5895     numElements = LHSType->castAs<VectorType>()->getNumElements();
 5909     } else if (!Context.hasSameUnqualifiedType(LHSType, RHSType)) {
 5916       QualType eltType = LHSType->castAs<VectorType>()->getElementType();