Home | History | Annotate | Download | only in Sema

Lines Matching refs:IgnoreObjectArgument

5770   Candidate.IgnoreObjectArgument = false;
6148 Candidate.IgnoreObjectArgument = false;
6180 Candidate.IgnoreObjectArgument = true;
6276 Candidate.IgnoreObjectArgument = false;
6327 Candidate.IgnoreObjectArgument = false;
6423 Candidate.IgnoreObjectArgument = false;
6577 Candidate.IgnoreObjectArgument = false;
6615 Candidate.IgnoreObjectArgument = false;
6774 Candidate.IgnoreObjectArgument = false;
8562 if (Cand1.IgnoreObjectArgument || Cand2.IgnoreObjectArgument)
9732 unsigned I = (Cand->IgnoreObjectArgument ? 1 : 0);
9938 unsigned I = (L->IgnoreObjectArgument || R->IgnoreObjectArgument);
10002 unsigned ConvIdx = (Cand->IgnoreObjectArgument ? 1 : 0);