Lines Matching refs:OtherGD
1941 GlobalDecl OtherGD; in UpdateMultiVersionNames() local
1942 if (lookupRepresentativeDecl(NonTargetName, OtherGD)) { in UpdateMultiVersionNames()
1943 assert(OtherGD.getCanonicalDecl() in UpdateMultiVersionNames()
1950 const FunctionDecl *OtherFD = OtherGD.getCanonicalDecl() in UpdateMultiVersionNames()
1954 std::string OtherName = getMangledNameImpl(*this, OtherGD, OtherFD); in UpdateMultiVersionNames()
1963 auto Result = Manglings.insert(std::make_pair(OtherName, OtherGD)); in UpdateMultiVersionNames()
1964 StringRef OtherNameRef = MangledDeclNames[OtherGD.getCanonicalDecl()] = in UpdateMultiVersionNames()
1967 if (GD.getCanonicalDecl() == OtherGD.getCanonicalDecl()) in UpdateMultiVersionNames()
4629 GlobalDecl OtherGD; in GetOrCreateLLVMFunction() local
4632 if (lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMFunction()
4634 OtherGD.getCanonicalDecl().getDecl()) && in GetOrCreateLLVMFunction()
4638 getDiags().Report(OtherGD.getDecl()->getLocation(), in GetOrCreateLLVMFunction()
4927 GlobalDecl OtherGD; in GetOrCreateLLVMGlobal() local
4932 if (D && lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMGlobal()
4933 (D->getCanonicalDecl() != OtherGD.getCanonicalDecl().getDecl()) && in GetOrCreateLLVMGlobal()
4934 (OtherD = dyn_cast<VarDecl>(OtherGD.getDecl())) && in GetOrCreateLLVMGlobal()
4939 getDiags().Report(OtherGD.getDecl()->getLocation(), in GetOrCreateLLVMGlobal()
6115 GlobalDecl OtherGD; in emitIFuncDefinition() local
6116 if (lookupRepresentativeDecl(MangledName, OtherGD) && in emitIFuncDefinition()
6120 Diags.Report(OtherGD.getDecl()->getLocation(), in emitIFuncDefinition()