Searched refs:hasOverloadedOperatorName (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | GtestMatchers.cpp | 135 hasOverloadedOperatorName("()"), hasArgument(2, Actual), in gtestThatInternal() 174 hasOverloadedOperatorName("()"), argumentCountIs(3), in gtestCallInternal()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Transformer/ |
| H A D | Stencil.cpp | 67 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 D | ExprMutationAnalyzer.cpp | 308 hasOverloadedOperatorName("->"), in findDirectMutation() 506 hasOverloadedOperatorName("*"), in findReferenceMutation()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 328 REGISTER_MATCHER(hasOverloadedOperatorName); in RegistryMaps()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 3050 hasOverloadedOperatorName(StringRef Name) { in hasOverloadedOperatorName() function
|