Searched refs:handleBinaryOperator (Results 1 – 2 of 2) sorted by relevance
| /llvm-project-15.0.7/clang-tools-extra/clang-tidy/cppcoreguidelines/ |
| H A D | NarrowingConversionsCheck.h | 84 void handleBinaryOperator(const ASTContext &Context, SourceLocation SourceLoc, 93 void handleBinaryOperator(const ASTContext &Context,
|
| H A D | NarrowingConversionsCheck.cpp | 505 void NarrowingConversionsCheck::handleBinaryOperator(const ASTContext &Context, in handleBinaryOperator() function in clang::tidy::cppcoreguidelines::NarrowingConversionsCheck 537 handleBinaryOperator(Context, CO->getLHS()->getExprLoc(), Lhs, in handleConditionalOperator() 539 handleBinaryOperator(Context, CO->getRHS()->getExprLoc(), Lhs, in handleConditionalOperator() 577 void NarrowingConversionsCheck::handleBinaryOperator(const ASTContext &Context, in handleBinaryOperator() function in clang::tidy::cppcoreguidelines::NarrowingConversionsCheck 587 handleBinaryOperator(Context, Rhs.getBeginLoc(), Lhs, Rhs); in handleBinaryOperator() 592 return handleBinaryOperator(*Result.Context, *Op); in check()
|