Home
last modified time | relevance | path

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

/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DMacroParenthesesCheck.cpp67 static bool isVarDeclKeyword(const Token &T) { in isVarDeclKeyword() function
81 if (isVarDeclKeyword(*Tok)) in possibleVarDecl()
98 isVarDeclKeyword(*Tok); in possibleVarDecl()