reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

tools/clang/tools/extra/clang-tidy/bugprone/SizeofExpressionCheck.cpp
   82       anyOf(integerLiteral(), unaryOperator(hasUnaryOperand(IntegerExpr)),
   83             binaryOperator(hasLHS(IntegerExpr), hasRHS(IntegerExpr)))));
   83             binaryOperator(hasLHS(IntegerExpr), hasRHS(IntegerExpr)))));