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

References

tools/clang/tools/extra/clang-doc/Serialize.cpp
  279     if (const auto *T = getDeclForType(F->getTypeSourceInfo()->getType())) {
  309     if (const auto *T = getDeclForType(P->getOriginalType())) {
  340     } else if (const RecordDecl *P = getDeclForType(B.getType()))
  347     if (const auto *P = getDeclForType(B.getType()))
  421   if (const auto *T = getDeclForType(D->getReturnType())) {