Home
last modified time | relevance | path

Searched refs:hasOverloadedOperatorName (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp135 hasOverloadedOperatorName("()"), hasArgument(2, Actual), in gtestThatInternal()
174 hasOverloadedOperatorName("()"), argumentCountIs(3), in gtestCallInternal()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp67 hasMethod(cxxMethodDecl(hasOverloadedOperatorName("->"), in isSmartPointerType()
69 hasMethod(cxxMethodDecl(hasOverloadedOperatorName("*"), in isSmartPointerType()
82 hasOverloadedOperatorName("->"), returns(qualType(pointsTo(type())))))); in isSmartDereference()
86 hasOverloadedOperatorName("*"), hasUnaryOperand(expr().bind("arg")), in isSmartDereference()
/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp308 hasOverloadedOperatorName("->"), in findDirectMutation()
506 hasOverloadedOperatorName("*"), in findReferenceMutation()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp328 REGISTER_MATCHER(hasOverloadedOperatorName); in RegistryMaps()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h3050 hasOverloadedOperatorName(StringRef Name) { in hasOverloadedOperatorName() function