Home
last modified time | relevance | path

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

/llvm-project-15.0.7/clang-tools-extra/clang-tidy/misc/
H A DUnconventionalAssignOperatorCheck.cpp29 const auto IsAssign = in registerMatchers() local
34 cxxMethodDecl(IsAssign, hasParameter(0, parmVarDecl(hasType(IsSelf)))) in registerMatchers()
38 cxxMethodDecl(IsAssign, unless(HasGoodReturnType)).bind("ReturnType"), in registerMatchers()
65 const auto IsGoodAssign = cxxMethodDecl(IsAssign, HasGoodReturnType); in registerMatchers()
/llvm-project-15.0.7/llvm/include/llvm/Demangle/
H A DItaniumDemangle.h1705 bool IsAssign = getPrecedence() == Prec::Assign; in printLeft() local
1706 LHS->printAsOperand(OB, IsAssign ? Prec::OrIf : getPrecedence(), !IsAssign); in printLeft()
1712 RHS->printAsOperand(OB, getPrecedence(), IsAssign); in printLeft()
/llvm-project-15.0.7/libcxxabi/src/demangle/
H A DItaniumDemangle.h1705 bool IsAssign = getPrecedence() == Prec::Assign; in printLeft() local
1706 LHS->printAsOperand(OB, IsAssign ? Prec::OrIf : getPrecedence(), !IsAssign); in printLeft()
1712 RHS->printAsOperand(OB, getPrecedence(), IsAssign); in printLeft()