Searched refs:cxxMethodDecl (Results 1 – 8 of 8) sorted by relevance
| /openbsd-src/gnu/llvm/clang/lib/Analysis/FlowSensitive/Models/ |
| H A D | UncheckedOptionalAccessModel.cpp | 67 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 D | ExprMutationAnalyzer.cpp | 121 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 D | GtestMatchers.cpp | 42 return cxxMethodDecl(hasName("Compare"), in getComparisonDecl()
|
| H A D | ASTMatchersInternal.cpp | 800 const internal::VariadicDynCastAllOfMatcher<Decl, CXXMethodDecl> cxxMethodDecl; variable
|
| /openbsd-src/gnu/llvm/clang/lib/Tooling/DumpTool/ |
| H A D | ASTSrcLocProcessor.cpp | 147 return cxxMethodDecl(isPublic(), parameterCountIs(0), isConst(), in CaptureMethods()
|
| /openbsd-src/gnu/llvm/clang/docs/ |
| H A D | ClangTransformerTutorial.rst | 137 callee(cxxMethodDecl(hasName("size")))), 161 callee(cxxMethodDecl(hasName("size")))), 176 callee(cxxMethodDecl(hasName("child"))));
|
| /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/Dynamic/ |
| H A D | Registry.cpp | 198 REGISTER_MATCHER(cxxMethodDecl); in RegistryMaps()
|
| /openbsd-src/gnu/llvm/clang/include/clang/ASTMatchers/ |
| H A D | ASTMatchers.h | 1314 cxxMethodDecl; 4827 unsigned ArgIndex = cxxOperatorCallExpr(callee(cxxMethodDecl())) in AST_POLYMORPHIC_MATCHER_P2() 4888 unsigned ArgIndex = cxxOperatorCallExpr(callee(cxxMethodDecl())) in AST_POLYMORPHIC_MATCHER_P2()
|