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

References

tools/clang/lib/Index/IndexDecl.cpp
  352     if (D->isFreeStanding()) {
  353       if (D->isThisDeclarationADefinition()) {
  355         gatherTemplatePseudoOverrides(D, Relations);
  356         IndexCtx.indexTagDecl(D, Relations);
  359         gatherTemplatePseudoOverrides(D, Relations);
  360         return IndexCtx.handleDecl(D, D->getLocation(), SymbolRoleSet(),
  360         return IndexCtx.handleDecl(D, D->getLocation(), SymbolRoleSet(),
  361                                    Relations, D->getLexicalDeclContext());