Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/
H A DUncheckedOptionalAccessModel.cpp67 callee(cxxMethodDecl(hasName(MemberName), ofClass(optionalClass())))); in isOptionalMemberCallWithName()
75 callee(cxxMethodDecl(ofClass(optionalClass()))), in isOptionalOperatorCallWithName()
128 callee(cxxMethodDecl(ofClass(optionalClass()))), in isOptionalValueOrConversionAssignment()
129 unless(hasDeclaration(cxxMethodDecl( in isOptionalValueOrConversionAssignment()
141 callee(cxxMethodDecl(ofClass(optionalClass()))), in isOptionalNulloptAssignment()
157 callee(cxxMethodDecl(hasName("empty"))), in isValueOrStringEmptyCall()
160 callee(cxxMethodDecl(hasName("value_or"), in isValueOrStringEmptyCall()
171 callee(cxxMethodDecl(hasName("value_or"), in isValueOrNotEqX()
/openbsd-src/gnu/llvm/clang/lib/Analysis/
H A DExprMutationAnalyzer.cpp121 hasMethod(cxxMethodDecl(isMoveAssignmentOperator(), unless(isDeleted()))), in __anona83f9f9a0602()
124 hasMethod(cxxMethodDecl(isCopyAssignmentOperator(), in __anona83f9f9a0602()
272 const auto NonConstMethod = cxxMethodDecl(unless(isConst())); in findDirectMutation()
320 cxxMethodDecl(ofClass(isMoveOnly()), returns(nonConstPointerType()))), in findDirectMutation()
519 callee(cxxMethodDecl(ofClass(isMoveOnly()), in findReferenceMutation()
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/
H A DGtestMatchers.cpp42 return cxxMethodDecl(hasName("Compare"), in getComparisonDecl()
H A DASTMatchersInternal.cpp800 const internal::VariadicDynCastAllOfMatcher<Decl, CXXMethodDecl> cxxMethodDecl; variable
/openbsd-src/gnu/llvm/clang/lib/Tooling/DumpTool/
H A DASTSrcLocProcessor.cpp147 return cxxMethodDecl(isPublic(), parameterCountIs(0), isConst(), in CaptureMethods()
/openbsd-src/gnu/llvm/clang/docs/
H A DClangTransformerTutorial.rst137 callee(cxxMethodDecl(hasName("size")))),
161 callee(cxxMethodDecl(hasName("size")))),
176 callee(cxxMethodDecl(hasName("child"))));
/openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/
H A DRegistry.cpp198 REGISTER_MATCHER(cxxMethodDecl); in RegistryMaps()
/openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/
H A DASTMatchers.h1314 cxxMethodDecl;
4827 unsigned ArgIndex = cxxOperatorCallExpr(callee(cxxMethodDecl())) in AST_POLYMORPHIC_MATCHER_P2()
4888 unsigned ArgIndex = cxxOperatorCallExpr(callee(cxxMethodDecl())) in AST_POLYMORPHIC_MATCHER_P2()