Searched refs:FoundId (Results 1 – 1 of 1) sorted by relevance
608 IdInfo FoundId = lexIdentifier(First, End); in isNextIdentifier() local609 First = FoundId.Last; in isNextIdentifier()610 return FoundId.Name == Id; in isNextIdentifier()728 IdInfo FoundId = lexIdentifier(First, End); in lexPragma() local729 First = FoundId.Last; in lexPragma()730 if (FoundId.Name == "once") { in lexPragma()738 if (FoundId.Name != "clang") { in lexPragma()