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

References

tools/clang/lib/AST/ASTContext.cpp
 7946   assert(SecondVec->isVectorType() && "SecondVec should be a vector type");
 7948   if (hasSameUnqualifiedType(FirstVec, SecondVec))
 7954   const auto *Second = SecondVec->castAs<VectorType>();