Searched refs:isPtrOperatorToken (Results 1 - 1 of 1) sorted by relevance

/external/clang/lib/Parse/
H A DParseDecl.cpp4487 static bool isPtrOperatorToken(tok::TokenKind Kind, const LangOptions &Lang) { function
4573 if (!isPtrOperatorToken(Kind, getLangOpts())) {
4755 if (isPtrOperatorToken(Tok.getKind(), getLangOpts())) {

Completed in 76 milliseconds