Searched refs:Cand2ID (Results 1 – 2 of 2) sorted by relevance
6920 llvm::FoldingSetNodeID Cand1ID, Cand2ID; in hasSameOverloadableAttrs() local6933 Cand2ID.clear(); in hasSameOverloadableAttrs()6936 (*Cand2A)->getCond()->Profile(Cand2ID, B->getASTContext(), true); in hasSameOverloadableAttrs()6940 if (Cand1ID != Cand2ID) in hasSameOverloadableAttrs()
10053 llvm::FoldingSetNodeID Cand1ID, Cand2ID; in compareEnableIfAttrs() local10066 Cand2ID.clear(); in compareEnableIfAttrs()10069 (*Cand2A)->getCond()->Profile(Cand2ID, S.getASTContext(), true); in compareEnableIfAttrs()10070 if (Cand1ID != Cand2ID) in compareEnableIfAttrs()