Searched refs:isNULLMacroExpansion (Results 1 – 1 of 1) sorted by relevance
30 bool isNULLMacroExpansion(const Stmt *Statement, ASTContext &Context) { in isNULLMacroExpansion() function38 AST_MATCHER(Stmt, isNULLMacroExpansion) { in AST_MATCHER() argument39 return isNULLMacroExpansion(&Node, Finder->getASTContext()); in AST_MATCHER()153 if (isNULLMacroExpansion(Expression, Context)) { in getEquivalentBoolLiteralForExpr()264 expr(anyOf(allOf(isMacroExpansion(), unless(isNULLMacroExpansion())), in registerMatchers()