Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp116 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 DGtestMatchers.cpp27 return cxxMethodDecl(hasName("Compare"), in getComparisonDecl()
H A DASTMatchersInternal.cpp785 const internal::VariadicDynCastAllOfMatcher<Decl, CXXMethodDecl> cxxMethodDecl; variable
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/Transformer/
H A DStencil.cpp207 hasMethod(cxxMethodDecl(hasOverloadedOperatorName("->"), in isSmartPointerType()
209 hasMethod(cxxMethodDecl(hasOverloadedOperatorName("*"), in isSmartPointerType()
/netbsd-src/external/apache2/llvm/dist/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp147 return cxxMethodDecl(isPublic(), parameterCountIs(0), isConst(), in CaptureMethods()
/netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp196 REGISTER_MATCHER(cxxMethodDecl); in RegistryMaps()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1309 cxxMethodDecl;
4700 unsigned ArgIndex = cxxOperatorCallExpr(callee(cxxMethodDecl())) in AST_POLYMORPHIC_MATCHER_P2()
4761 unsigned ArgIndex = cxxOperatorCallExpr(callee(cxxMethodDecl())) in AST_POLYMORPHIC_MATCHER_P2()