Searched refs:cxxMethodDecl (Results 1 – 7 of 7) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 116 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))), in __anon0c1b38f70602() 119 hasMethod(cxxMethodDecl(isCopyAssignmentOperator(), in __anon0c1b38f70602() 262 const auto NonConstMethod = cxxMethodDecl(unless(isConst())); in findDirectMutation() 310 cxxMethodDecl(ofClass(isMoveOnly()), returns(nonConstPointerType()))), in findDirectMutation() 507 callee(cxxMethodDecl(ofClass(isMoveOnly()), in findReferenceMutation()
|
| /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() 81 const auto HasOverloadedArrow = cxxRecordDecl(hasMethod(cxxMethodDecl( in isSmartDereference() 87 callee(cxxMethodDecl(ofClass(HasOverloadedArrow)))); in isSmartDereference()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | GtestMatchers.cpp | 42 return cxxMethodDecl(hasName("Compare"), in getComparisonDecl()
|
| H A D | ASTMatchersInternal.cpp | 785 const internal::VariadicDynCastAllOfMatcher<Decl, CXXMethodDecl> cxxMethodDecl; variable
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DumpTool/ |
| H A D | ASTSrcLocProcessor.cpp | 147 return cxxMethodDecl(isPublic(), parameterCountIs(0), isConst(), in CaptureMethods()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 196 REGISTER_MATCHER(cxxMethodDecl); in RegistryMaps()
|
| /freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 1309 cxxMethodDecl; 4712 unsigned ArgIndex = cxxOperatorCallExpr(callee(cxxMethodDecl())) in AST_POLYMORPHIC_MATCHER_P2() 4773 unsigned ArgIndex = cxxOperatorCallExpr(callee(cxxMethodDecl())) in AST_POLYMORPHIC_MATCHER_P2()
|