Home
last modified time | relevance | path

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

/src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.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()
/src/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp176 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))), in __anoncfce23980b02()
179 hasMethod(cxxMethodDecl(isCopyAssignmentOperator(), in __anoncfce23980b02()
346 const auto NonConstMethod = cxxMethodDecl(unless(isConst())); in findDirectMutation()
394 cxxMethodDecl(ofClass(isMoveOnly()), returns(nonConstPointerType()))), in findDirectMutation()
592 callee(cxxMethodDecl(ofClass(isMoveOnly()), in findReferenceMutation()
H A DUnsafeBufferUsage.cpp1012 callee(cxxMethodDecl(hasName("data"), ofClass(hasName("std::span"))))); in matcher()
/src/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
/src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp205 REGISTER_MATCHER(cxxMethodDecl); in RegistryMaps()
/src/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1316 cxxMethodDecl;
5086 callee(cxxMethodDecl(unless(isExplicitObjectMemberFunction())))) in AST_POLYMORPHIC_MATCHER_P2()
5149 callee(cxxMethodDecl(unless(isExplicitObjectMemberFunction())))) in AST_POLYMORPHIC_MATCHER_P2()