Home
last modified time | relevance | path

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

/external/clang/lib/CodeGen/
DCodeGenModule.cpp1845 GlobalDecl OtherGD; in GetOrCreateLLVMFunction() local
1848 if (lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMFunction()
1850 OtherGD.getCanonicalDecl().getDecl()) && in GetOrCreateLLVMFunction()
1854 getDiags().Report(OtherGD.getDecl()->getLocation(), in GetOrCreateLLVMFunction()
2084 GlobalDecl OtherGD; in GetOrCreateLLVMGlobal() local
2089 if (D && lookupRepresentativeDecl(MangledName, OtherGD) && in GetOrCreateLLVMGlobal()
2090 (D->getCanonicalDecl() != OtherGD.getCanonicalDecl().getDecl()) && in GetOrCreateLLVMGlobal()
2091 (OtherD = dyn_cast<VarDecl>(OtherGD.getDecl())) && in GetOrCreateLLVMGlobal()
2096 getDiags().Report(OtherGD.getDecl()->getLocation(), in GetOrCreateLLVMGlobal()
3004 GlobalDecl OtherGD; in emitIFuncDefinition() local
[all …]