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

References

tools/clang/lib/AST/Type.cpp
 4037     if (const auto *typedefType = dyn_cast<TypedefType>(cur))
 4041     QualType next = cur->getLocallyUnqualifiedSingleStepDesugaredType();
 4042     if (next.getTypePtr() == cur) return false;
 4043     cur = next.getTypePtr();