Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/readability/
DImplicitBoolConversionCheck.cpp30 bool isNULLMacroExpansion(const Stmt *Statement, ASTContext &Context) { in isNULLMacroExpansion() function
38 AST_MATCHER(Stmt, isNULLMacroExpansion) { in AST_MATCHER() argument
39 return isNULLMacroExpansion(&Node, Finder->getASTContext()); in AST_MATCHER()
153 if (isNULLMacroExpansion(Expression, Context)) { in getEquivalentBoolLiteralForExpr()
264 expr(anyOf(allOf(isMacroExpansion(), unless(isNULLMacroExpansion())), in registerMatchers()