Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/clang/lib/Parse/
H A DParseDecl.cpp6180 static bool isPtrOperatorToken(tok::TokenKind Kind, const LangOptions &Lang, in isPtrOperatorToken() function
6315 if (!isPtrOperatorToken(Kind, getLangOpts(), D.getContext())) { in ParseDeclaratorInternal()
6529 if (isPtrOperatorToken(Tok.getKind(), getLangOpts(), D.getContext())) { in ParseDirectDeclarator()