Searched refs:cxxMethodDecl (Results 1 – 8 of 8) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 99 callee(cxxMethodDecl(matcher))); in isOptionalMemberCallWithNameMatcher() 107 callee(cxxMethodDecl(ofClass(optionalClass()))), in isOptionalOperatorCallWithName() 153 callee(cxxMethodDecl(ofClass(optionalClass()))), in isOptionalValueOrConversionAssignment() 154 unless(hasDeclaration(cxxMethodDecl( in isOptionalValueOrConversionAssignment() 161 callee(cxxMethodDecl(ofClass(optionalClass()))), in isOptionalNulloptAssignment() 182 callee(cxxMethodDecl(hasName("empty"))), in isValueOrStringEmptyCall() 185 callee(cxxMethodDecl(hasName("value_or"), in isValueOrStringEmptyCall() 196 callee(cxxMethodDecl(hasName("value_or"), in isValueOrNotEqX()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/ |
| H A D | ExprMutationAnalyzer.cpp | 176 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))), in __anoneb3ed5790b02() 179 hasMethod(cxxMethodDecl(isCopyAssignmentOperator(), in __anoneb3ed5790b02() 334 const auto NonConstMethod = cxxMethodDecl(unless(isConst())); in findDirectMutation() 382 cxxMethodDecl(ofClass(isMoveOnly()), returns(nonConstPointerType()))), in findDirectMutation() 577 callee(cxxMethodDecl(ofClass(isMoveOnly()), in findReferenceMutation()
|
| H A D | UnsafeBufferUsage.cpp | 743 callee(cxxMethodDecl(hasName("data"), ofClass(hasName("std::span"))))); in matcher()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/ |
| H A D | GtestMatchers.cpp | 41 return cxxMethodDecl(hasName("Compare"), in getComparisonDecl()
|
| H A D | ASTMatchersInternal.cpp | 800 const internal::VariadicDynCastAllOfMatcher<Decl, CXXMethodDecl> cxxMethodDecl; variable
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DumpTool/ |
| H A D | ASTSrcLocProcessor.cpp | 147 return cxxMethodDecl(isPublic(), parameterCountIs(0), isConst(), in CaptureMethods()
|
| /freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 205 REGISTER_MATCHER(cxxMethodDecl); in RegistryMaps()
|
| /freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 1315 cxxMethodDecl; 5065 unsigned ArgIndex = cxxOperatorCallExpr(callee(cxxMethodDecl())) in AST_POLYMORPHIC_MATCHER_P2() 5126 unsigned ArgIndex = cxxOperatorCallExpr(callee(cxxMethodDecl())) in AST_POLYMORPHIC_MATCHER_P2()
|