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

References

tools/clang/lib/Index/CommentToXML.cpp
  814   if (DI) {
  815     switch (DI->getKind()) {
  823       switch (DI->TemplateKind) {
  836       if (DI->IsInstanceMethod)
  838       if (DI->IsClassMethod)
  844       switch (DI->TemplateKind) {
  878       SourceLocation Loc = DI->CurrentDecl->getLocation();
  899     if (const NamedDecl *ND = dyn_cast<NamedDecl>(DI->CommentDecl)) {
  914       generateUSRForDecl(DI->CommentDecl, USR);
  937     getSourceTextOfDeclaration(DI, Declaration);
  938     formatTextOfDeclaration(DI, Declaration);
  983   if (DI->CommentDecl->hasAttrs()) {
  984     const AttrVec &Attrs = DI->CommentDecl->getAttrs();