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

References

tools/clang/lib/AST/ExprCXX.cpp
 1100     : Expr(SC, Ty, VK_RValue, OK_Ordinary, Ty->isDependentType(),
 1100     : Expr(SC, Ty, VK_RValue, OK_Ordinary, Ty->isDependentType(),
 1101            Ty->isDependentType(), Ty->isInstantiationDependentType(),
 1101            Ty->isDependentType(), Ty->isInstantiationDependentType(),
 1102            Ty->containsUnexpandedParameterPack()),