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

References

tools/clang/lib/AST/QualTypeNames.cpp
  319   if (!TypePtr) return nullptr;
  323   if (const auto *TDT = dyn_cast<TypedefType>(TypePtr)) {
  325   } else if (const auto *TagDeclType = dyn_cast<TagType>(TypePtr)) {
  327   } else if (const auto *TST = dyn_cast<TemplateSpecializationType>(TypePtr)) {
  330     Decl = TypePtr->getAsCXXRecordDecl();