Searched refs:cxxMethodDecl (Results 1 – 7 of 7) sorted by relevance
| /src/contrib/llvm-project/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 185 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 D | ExprMutationAnalyzer.cpp | 176 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 D | UnsafeBufferUsage.cpp | 1012 callee(cxxMethodDecl(hasName("data"), ofClass(hasName("std::span"))))); in matcher()
|
| /src/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
|
| /src/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 205 REGISTER_MATCHER(cxxMethodDecl); in RegistryMaps()
|
| /src/contrib/llvm-project/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 1316 cxxMethodDecl; 5086 callee(cxxMethodDecl(unless(isExplicitObjectMemberFunction())))) in AST_POLYMORPHIC_MATCHER_P2() 5149 callee(cxxMethodDecl(unless(isExplicitObjectMemberFunction())))) in AST_POLYMORPHIC_MATCHER_P2()
|