Home
last modified time | relevance | path

Searched refs:cxxMethodDecl (Results 1 – 8 of 8) sorted by relevance

/freebsd-14.2/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp99 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 DExprMutationAnalyzer.cpp176 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 DUnsafeBufferUsage.cpp743 callee(cxxMethodDecl(hasName("data"), ofClass(hasName("std::span"))))); in matcher()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp41 return cxxMethodDecl(hasName("Compare"), in getComparisonDecl()
H A DASTMatchersInternal.cpp800 const internal::VariadicDynCastAllOfMatcher<Decl, CXXMethodDecl> cxxMethodDecl; variable
/freebsd-14.2/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp147 return cxxMethodDecl(isPublic(), parameterCountIs(0), isConst(), in CaptureMethods()
/freebsd-14.2/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp205 REGISTER_MATCHER(cxxMethodDecl); in RegistryMaps()
/freebsd-14.2/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1315 cxxMethodDecl;
5065 unsigned ArgIndex = cxxOperatorCallExpr(callee(cxxMethodDecl())) in AST_POLYMORPHIC_MATCHER_P2()
5126 unsigned ArgIndex = cxxOperatorCallExpr(callee(cxxMethodDecl())) in AST_POLYMORPHIC_MATCHER_P2()