Home | History | Annotate | Download | only in Parse

Lines Matching refs:IsIfExists

1885   Result.IsIfExists = Tok.is(tok::kw___if_exists);
1891 << (Result.IsIfExists? "__if_exists" : "__if_not_exists");
1919 Result.IsIfExists, Result.SS,
1922 Result.Behavior = Result.IsIfExists ? IEB_Parse : IEB_Skip;
1926 Result.Behavior = !Result.IsIfExists ? IEB_Parse : IEB_Skip;