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

References

tools/clang/lib/CodeGen/CodeGenModule.cpp
 1044   if (lookupRepresentativeDecl(NonTargetName, OtherGD)) {
 1045     assert(OtherGD.getCanonicalDecl()
 1052     const FunctionDecl *OtherFD = OtherGD.getCanonicalDecl()
 1056     std::string OtherName = getMangledNameImpl(*this, OtherGD, OtherFD);
 1065       auto Result = Manglings.insert(std::make_pair(OtherName, OtherGD));
 1066       MangledDeclNames[OtherGD.getCanonicalDecl()] = Result.first->first();