reference, declaration → definition definition → references, declarations, derived classes, virtual overrides reference to multiple definitions → definitions unreferenced |
1074 GlobalDecl CanonicalGD = GD.getCanonicalDecl(); 1080 CXXCtorType OrigCtorType = GD.getCtorType(); 1092 const auto *ND = cast<NamedDecl>(GD.getDecl()); 1093 std::string MangledName = getMangledNameImpl(*this, GD, ND); 1097 if (auto *FD = dyn_cast<FunctionDecl>(GD.getDecl())) 1101 auto Result = Manglings.insert(std::make_pair(MangledName, GD));