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

References

tools/clang/include/clang/AST/Expr.h
 3144              ty->isDependentType() || (op && op->isValueDependent()),
 3144              ty->isDependentType() || (op && op->isValueDependent()),
 3146               (op && op->isInstantiationDependent())),
 3146               (op && op->isInstantiationDependent())),
 3151               (op && op->containsUnexpandedParameterPack()))),
 3151               (op && op->containsUnexpandedParameterPack()))),
 3152         Op(op) {