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

References

tools/clang/lib/Frontend/InterfaceStubFunctionsConsumer.cpp
  101     if (Symbols.find(ND) != Symbols.end())
  105     if (isa<FieldDecl>(ND) || isa<ParmVarDecl>(ND))
  105     if (isa<FieldDecl>(ND) || isa<ParmVarDecl>(ND))
  108     const NamedDecl *ParentDecl = getParentFunctionDecl(ND);
  109     if ((ParentDecl && ignoreDecl(ParentDecl)) || ignoreDecl(ND))
  117       if (const auto *FD = dyn_cast<FunctionDecl>(ND))
  121       const bool IsWeak = (ND->hasAttr<WeakAttr>() ||
  122                            ND->hasAttr<WeakRefAttr>() || ND->isWeakImported());
  122                            ND->hasAttr<WeakRefAttr>() || ND->isWeakImported());
  125           ND,
  128                         isa<VarDecl>(ND) ? llvm::ELF::STT_OBJECT
  132                         getMangledNames(ND))));