Home
last modified time | relevance | path

Searched refs:IsCommonTypo (Results 1 – 1 of 1) sorted by relevance

/external/clang/lib/Parse/
DParser.cpp123 static bool IsCommonTypo(tok::TokenKind ExpectedTok, const Token &Tok) { in IsCommonTypo() function
139 if (IsCommonTypo(ExpectedTok, Tok)) { in ExpectAndConsume()