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

References

tools/clang/include/clang/AST/Type.h
 4197       : Type(tc, can, can->isDependentType(),
 4197       : Type(tc, can, can->isDependentType(),
 4198              can->isInstantiationDependentType(),
 4199              can->isVariablyModifiedType(),
 4202     assert(!isa<TypedefType>(can) && "Invalid canonical type");