Searched refs:Cand1A (Results 1 – 3 of 3) sorted by relevance
3029 Optional<EnableIfAttr *> Cand1A = std::get<0>(Pair); in hasSameOverloadableAttrs() local3033 if (!Cand1A || !Cand2A) in hasSameOverloadableAttrs()3039 (*Cand1A)->getCond()->Profile(Cand1ID, A->getASTContext(), true); in hasSameOverloadableAttrs()
9416 Optional<EnableIfAttr *> Cand1A = std::get<0>(Pair); in compareEnableIfAttrs() local9421 if (!Cand1A) in compareEnableIfAttrs()9429 (*Cand1A)->getCond()->Profile(Cand1ID, S.getASTContext(), true); in compareEnableIfAttrs()
8532 auto &Cand1A = *Cand1I++; in compareEnableIfAttrs() local8533 Cand1A->getCond()->Profile(Cand1ID, S.getASTContext(), true); in compareEnableIfAttrs()