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

References

tools/clang/lib/AST/ASTContext.cpp
 3527   DependentVectorType::Profile(ID, *this, getCanonicalType(VecType), SizeExpr,
 3536         *this, VecType, QualType(Canon, 0), SizeExpr, AttrLoc, VecKind);
 3538     QualType CanonVecTy = getCanonicalType(VecType);
 3539     if (CanonVecTy == VecType) {
 3541           *this, VecType, QualType(), SizeExpr, AttrLoc, VecKind);
 3553           *this, VecType, Canon, SizeExpr, AttrLoc, VecKind);