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

References

tools/clang/lib/CodeGen/CodeGenModule.cpp
 2911   const auto *FD = cast<FunctionDecl>(GD.getDecl());
 2922   StringRef ResolverName = getMangledName(GD);
 2933     ResolverGD = GD;
 2948     std::string MangledName = getMangledNameImpl(*this, GD, FD, true) +
 2961           ExistingDecl = GD.getWithMultiVersionIndex(Index);
 3009         *this, GD, FD, /*OmitMultiVersionMangling=*/true);
 3013           AliasName, DeclTy, GD, /*ForVTable=*/false, /*DontDefer=*/true,
 3016          DeclTy, 0, getFunctionLinkage(GD), AliasName, IFunc, &getModule());
 3018       SetCommonAttributes(GD, GA);