Searched defs:IsCommonTypo (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParser.cpp103 static bool IsCommonTypo(tok::TokenKind ExpectedTok, const Token &Tok) { function
119 if (IsCommonTypo(ExpectedTok, Tok)) {

Completed in 100 milliseconds