Home | History | Annotate | Download | only in Parse

Lines Matching refs:IsIfExists

1798   Result.IsIfExists = Tok.is(tok::kw___if_exists);
1804 << (Result.IsIfExists? "__if_exists" : "__if_not_exists");
1831 Result.IsIfExists, Result.SS,
1834 Result.Behavior = Result.IsIfExists ? IEB_Parse : IEB_Skip;
1838 Result.Behavior = !Result.IsIfExists ? IEB_Parse : IEB_Skip;