Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp116 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))), in __anon0c1b38f70602()
119 hasMethod(cxxMethodDecl(isCopyAssignmentOperator(), in __anon0c1b38f70602()
262 const auto NonConstMethod = cxxMethodDecl(unless(isConst())); in findDirectMutation()
310 cxxMethodDecl(ofClass(isMoveOnly()), returns(nonConstPointerType()))), in findDirectMutation()
507 callee(cxxMethodDecl(ofClass(isMoveOnly()), in findReferenceMutation()
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/Transformer/
H A DStencil.cpp67 hasMethod(cxxMethodDecl(hasOverloadedOperatorName("->"), in isSmartPointerType()
69 hasMethod(cxxMethodDecl(hasOverloadedOperatorName("*"), in isSmartPointerType()
81 const auto HasOverloadedArrow = cxxRecordDecl(hasMethod(cxxMethodDecl( in isSmartDereference()
87 callee(cxxMethodDecl(ofClass(HasOverloadedArrow)))); in isSmartDereference()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp42 return cxxMethodDecl(hasName("Compare"), in getComparisonDecl()
H A DASTMatchersInternal.cpp785 const internal::VariadicDynCastAllOfMatcher<Decl, CXXMethodDecl> cxxMethodDecl; variable
/freebsd-13.1/contrib/llvm-project/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp147 return cxxMethodDecl(isPublic(), parameterCountIs(0), isConst(), in CaptureMethods()
/freebsd-13.1/contrib/llvm-project/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp196 REGISTER_MATCHER(cxxMethodDecl); in RegistryMaps()
/freebsd-13.1/contrib/llvm-project/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1309 cxxMethodDecl;
4712 unsigned ArgIndex = cxxOperatorCallExpr(callee(cxxMethodDecl())) in AST_POLYMORPHIC_MATCHER_P2()
4773 unsigned ArgIndex = cxxOperatorCallExpr(callee(cxxMethodDecl())) in AST_POLYMORPHIC_MATCHER_P2()