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

References

tools/clang/include/clang/AST/Type.h
 6050       : Type(Atomic, Canonical, ValTy->isDependentType(),
 6051              ValTy->isInstantiationDependentType(),
 6052              ValTy->isVariablyModifiedType(),
 6053              ValTy->containsUnexpandedParameterPack()),
 6054         ValueType(ValTy) {}