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

References

tools/clang/lib/Sema/SemaCodeComplete.cpp
  881   ND = ND->getUnderlyingDecl();
  881   ND = ND->getUnderlyingDecl();
  883   if (const auto *Type = dyn_cast<TypeDecl>(ND))
  885   if (const auto *Iface = dyn_cast<ObjCInterfaceDecl>(ND))
  889   if (const FunctionDecl *Function = ND->getAsFunction())
  891   else if (const auto *Method = dyn_cast<ObjCMethodDecl>(ND))
  893   else if (const auto *Enumerator = dyn_cast<EnumConstantDecl>(ND))
  895   else if (const auto *Property = dyn_cast<ObjCPropertyDecl>(ND))
  897   else if (const auto *Value = dyn_cast<ValueDecl>(ND))