Home
last modified time | relevance | path

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

/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
HDUncheckedOptionalAccessModel.cpp185 callee(cxxMethodDecl(matcher))); in isOptionalMemberCallWithNameMatcher()
193 callee(cxxMethodDecl(ofClass(optionalClass()))), in isOptionalOperatorCallWithName()
239 callee(cxxMethodDecl(ofClass(optionalOrDerivedClass()))), in isOptionalValueOrConversionAssignment()
240 unless(hasDeclaration(cxxMethodDecl( in isOptionalValueOrConversionAssignment()
248 callee(cxxMethodDecl(ofClass(optionalOrDerivedClass()))), in isOptionalNulloptAssignment()
270 callee(cxxMethodDecl(hasName("empty"))), in isValueOrStringEmptyCall()
273 callee(cxxMethodDecl(hasName("value_or"), in isValueOrStringEmptyCall()
284 callee(cxxMethodDecl(hasName("value_or"), in isValueOrNotEqX()
/freebsd-13-stable/contrib/llvm-project/clang/lib/Analysis/
HDExprMutationAnalyzer.cpp176 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))), in __anon9267f75c0b02()
179 hasMethod(cxxMethodDecl(isCopyAssignmentOperator(), in __anon9267f75c0b02()
346 const auto NonConstMethod = cxxMethodDecl(unless(isConst())); in findDirectMutation()
394 cxxMethodDecl(ofClass(isMoveOnly()), returns(nonConstPointerType()))), in findDirectMutation()
592 callee(cxxMethodDecl(ofClass(isMoveOnly()), in findReferenceMutation()
HDUnsafeBufferUsage.cpp1012 callee(cxxMethodDecl(hasName("data"), ofClass(hasName("std::span"))))); in matcher()
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/
HDGtestMatchers.cpp41 return cxxMethodDecl(hasName("Compare"), in getComparisonDecl()
HDASTMatchersInternal.cpp800 const internal::VariadicDynCastAllOfMatcher<Decl, CXXMethodDecl> cxxMethodDecl; variable
/freebsd-13-stable/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
HDRegistry.cpp205 REGISTER_MATCHER(cxxMethodDecl); in RegistryMaps()
/freebsd-13-stable/contrib/llvm-project/clang/include/clang/ASTMatchers/
HDASTMatchers.h1316 cxxMethodDecl;
5086 callee(cxxMethodDecl(unless(isExplicitObjectMemberFunction())))) in AST_POLYMORPHIC_MATCHER_P2()
5149 callee(cxxMethodDecl(unless(isExplicitObjectMemberFunction())))) in AST_POLYMORPHIC_MATCHER_P2()