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

References

tools/clang/include/clang/AST/Expr.h
 5613     : Expr(AsTypeExprClass, DstType, VK, OK,
 5614            DstType->isDependentType(),
 5615            DstType->isDependentType() || SrcExpr->isValueDependent(),
 5616            (DstType->isInstantiationDependentType() ||
 5618            (DstType->containsUnexpandedParameterPack() ||