Searched refs:cxxMethodDecl (Results 1 – 7 of 7) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/ |
H A D | ExprMutationAnalyzer.cpp | 116 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))), in __anon78d823ce0602() 119 hasMethod(cxxMethodDecl(isCopyAssignmentOperator(), in __anon78d823ce0602() 262 const auto NonConstMethod = cxxMethodDecl(unless(isConst())); in findDirectMutation() 310 cxxMethodDecl(ofClass(isMoveOnly()), returns(nonConstPointerType()))), in findDirectMutation() 507 callee(cxxMethodDecl(ofClass(isMoveOnly()), in findReferenceMutation()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/ |
H A D | GtestMatchers.cpp | 27 return cxxMethodDecl(hasName("Compare"), in getComparisonDecl()
|
H A D | ASTMatchersInternal.cpp | 785 const internal::VariadicDynCastAllOfMatcher<Decl, CXXMethodDecl> cxxMethodDecl; variable
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/ |
H A D | Stencil.cpp | 207 hasMethod(cxxMethodDecl(hasOverloadedOperatorName("->"), in isSmartPointerType() 209 hasMethod(cxxMethodDecl(hasOverloadedOperatorName("*"), in isSmartPointerType()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/ |
H A D | ASTSrcLocProcessor.cpp | 147 return cxxMethodDecl(isPublic(), parameterCountIs(0), isConst(), in CaptureMethods()
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/ |
H A D | Registry.cpp | 196 REGISTER_MATCHER(cxxMethodDecl); in RegistryMaps()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/ |
H A D | ASTMatchers.h | 1309 cxxMethodDecl; 4700 unsigned ArgIndex = cxxOperatorCallExpr(callee(cxxMethodDecl())) in AST_POLYMORPHIC_MATCHER_P2() 4761 unsigned ArgIndex = cxxOperatorCallExpr(callee(cxxMethodDecl())) in AST_POLYMORPHIC_MATCHER_P2()
|