Home
last modified time | relevance | path

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

/external/llvm-project/clang-tools-extra/clang-tidy/cppcoreguidelines/
DNarrowingConversionsCheck.cpp363 void NarrowingConversionsCheck::handleBinaryOperator(const ASTContext &Context, in handleBinaryOperator() function in clang::tidy::cppcoreguidelines::NarrowingConversionsCheck
395 handleBinaryOperator(Context, CO->getLHS()->getExprLoc(), Lhs, in handleConditionalOperator()
397 handleBinaryOperator(Context, CO->getRHS()->getExprLoc(), Lhs, in handleConditionalOperator()
435 void NarrowingConversionsCheck::handleBinaryOperator(const ASTContext &Context, in handleBinaryOperator() function in clang::tidy::cppcoreguidelines::NarrowingConversionsCheck
445 handleBinaryOperator(Context, Rhs.getBeginLoc(), Lhs, Rhs); in handleBinaryOperator()
450 return handleBinaryOperator(*Result.Context, *Op); in check()
DNarrowingConversionsCheck.h84 void handleBinaryOperator(const ASTContext &Context, SourceLocation SourceLoc,
93 void handleBinaryOperator(const ASTContext &Context,