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

References

tools/clang/include/clang/AST/Expr.h
 4053     : Expr(ConvertVectorExprClass, DstType, VK, OK,
 4054            DstType->isDependentType(),
 4055            DstType->isDependentType() || SrcExpr->isValueDependent(),
 4056            (DstType->isInstantiationDependentType() ||
 4058            (DstType->containsUnexpandedParameterPack() ||