Home | History | Annotate | Download | only in Lex

Lines Matching refs:Ambiguous

95     bool Ambiguous = StoredMD->isAmbiguous();
102 if (!Ambiguous) {
103 Ambiguous = true;
112 // If there are ambiguous definitions, and we didn't match any other
113 // definition, then mark us as ambiguous.
114 if (Ambiguous && !MatchedOther)
388 // If the macro definition is ambiguous, complain.