Searched refs:OtherGD (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp1099 GlobalDecl OtherGD; local
1100 if (lookupRepresentativeDecl(NonTargetName, OtherGD)) {
1101 assert(OtherGD.getCanonicalDecl()
1108 const FunctionDecl *OtherFD = OtherGD.getCanonicalDecl()
1112 std::string OtherName = getMangledNameImpl(*this, OtherGD, OtherFD);
1121 auto Result = Manglings.insert(std::make_pair(OtherName, OtherGD));
1122 MangledDeclNames[OtherGD.getCanonicalDecl()] = Result.first->first();
3192 GlobalDecl OtherGD; local
3195 if (lookupRepresentativeDecl(MangledName, OtherGD) &&
3197 OtherGD
3491 GlobalDecl OtherGD; local
4638 GlobalDecl OtherGD; local
[all...]

Completed in 199 milliseconds