Searched refs:OtherD (Results 1 – 3 of 3) sorted by relevance
2147 for (CXXMethodDecl *OtherD : FinalOverriders) { in getCorrespondingMethodInClass()2148 if (declaresSameEntity(D, OtherD) || recursivelyOverrides(OtherD, D)) in getCorrespondingMethodInClass()2155 [&](CXXMethodDecl *OtherD) { in getCorrespondingMethodInClass() argument2156 return recursivelyOverrides(D, OtherD); in getCorrespondingMethodInClass()
2085 const VarDecl *OtherD; in GetOrCreateLLVMGlobal() local2091 (OtherD = dyn_cast<VarDecl>(OtherGD.getDecl())) && in GetOrCreateLLVMGlobal()2092 OtherD->hasInit() && in GetOrCreateLLVMGlobal()
3667 const VarDecl *OtherD; in GetOrCreateLLVMGlobal() local3673 (OtherD = dyn_cast<VarDecl>(OtherGD.getDecl())) && in GetOrCreateLLVMGlobal()3674 OtherD->hasInit() && in GetOrCreateLLVMGlobal()