Home
last modified time | relevance | path

Searched refs:cxxMethodDecl (Results 226 – 250 of 1103) sorted by relevance

12345678910>>...45

/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/bugprone/
H A DInaccurateEraseCheck.cpp32 cxxMemberCallExpr(callee(cxxMethodDecl(hasName("end")))) in registerMatchers()
42 callee(cxxMethodDecl(hasName("erase"))), argumentCountIs(1), in registerMatchers()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DInaccurateEraseCheck.cpp32 cxxMemberCallExpr(callee(cxxMethodDecl(hasName("end")))) in registerMatchers()
42 callee(cxxMethodDecl(hasName("erase"))), argumentCountIs(1), in registerMatchers()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DInaccurateEraseCheck.cpp32 cxxMemberCallExpr(callee(cxxMethodDecl(hasName("end")))) in registerMatchers()
42 callee(cxxMethodDecl(hasName("erase"))), argumentCountIs(1), in registerMatchers()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/bugprone/
H A DInaccurateEraseCheck.cpp27 cxxMemberCallExpr(callee(cxxMethodDecl(hasName("end")))) in registerMatchers()
39 callee(cxxMethodDecl(hasName("erase"))), argumentCountIs(1), in registerMatchers()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DInaccurateEraseCheck.cpp27 cxxMemberCallExpr(callee(cxxMethodDecl(hasName("end")))) in registerMatchers()
39 callee(cxxMethodDecl(hasName("erase"))), argumentCountIs(1), in registerMatchers()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DInaccurateEraseCheck.cpp27 cxxMemberCallExpr(callee(cxxMethodDecl(hasName("end")))) in registerMatchers()
39 callee(cxxMethodDecl(hasName("erase"))), argumentCountIs(1), in registerMatchers()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/bugprone/
H A DInaccurateEraseCheck.cpp27 cxxMemberCallExpr(callee(cxxMethodDecl(hasName("end")))) in registerMatchers()
39 callee(cxxMethodDecl(hasName("erase"))), argumentCountIs(1), in registerMatchers()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/bugprone/
H A DInaccurateEraseCheck.cpp27 cxxMemberCallExpr(callee(cxxMethodDecl(hasName("end")))) in registerMatchers()
39 callee(cxxMethodDecl(hasName("erase"))), argumentCountIs(1), in registerMatchers()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DInaccurateEraseCheck.cpp37 cxxMemberCallExpr(callee(cxxMethodDecl(hasName("end")))) in registerMatchers()
47 callee(cxxMethodDecl(hasName("erase"))), argumentCountIs(1), in registerMatchers()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clang-tidy/bugprone/
H A DInaccurateEraseCheck.cpp37 cxxMemberCallExpr(callee(cxxMethodDecl(hasName("end")))) in registerMatchers()
47 callee(cxxMethodDecl(hasName("erase"))), argumentCountIs(1), in registerMatchers()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/utils/
H A DDeclRefExprUtils.cpp49 auto ConstMethodCallee = callee(cxxMethodDecl(isConst())); in constReferenceDeclRefExprs()
80 auto ConstMethodCallee = callee(cxxMethodDecl(isConst())); in constReferenceDeclRefExprs()
162 callee(cxxMethodDecl(isCopyAssignmentOperator()))) in isCopyAssignmentArgument()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/utils/
H A DDeclRefExprUtils.cpp49 auto ConstMethodCallee = callee(cxxMethodDecl(isConst())); in constReferenceDeclRefExprs()
80 auto ConstMethodCallee = callee(cxxMethodDecl(isConst())); in constReferenceDeclRefExprs()
162 callee(cxxMethodDecl(isCopyAssignmentOperator()))) in isCopyAssignmentArgument()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/utils/
H A DDeclRefExprUtils.cpp49 auto ConstMethodCallee = callee(cxxMethodDecl(isConst())); in constReferenceDeclRefExprs()
80 auto ConstMethodCallee = callee(cxxMethodDecl(isConst())); in constReferenceDeclRefExprs()
162 callee(cxxMethodDecl(isCopyAssignmentOperator()))) in isCopyAssignmentArgument()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/tools/extra/clang-tidy/utils/
H A DDeclRefExprUtils.cpp50 auto ConstMethodCallee = callee(cxxMethodDecl(isConst())); in constReferenceDeclRefExprs()
81 auto ConstMethodCallee = callee(cxxMethodDecl(isConst())); in constReferenceDeclRefExprs()
163 callee(cxxMethodDecl(isCopyAssignmentOperator()))) in isCopyAssignmentArgument()
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/tools/extra/clang-tidy/utils/
H A DDeclRefExprUtils.cpp50 auto ConstMethodCallee = callee(cxxMethodDecl(isConst())); in constReferenceDeclRefExprs()
81 auto ConstMethodCallee = callee(cxxMethodDecl(isConst())); in constReferenceDeclRefExprs()
163 callee(cxxMethodDecl(isCopyAssignmentOperator()))) in isCopyAssignmentArgument()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/unittests/ASTMatchers/
H A DASTMatchersTraversalTest.cpp587 cxxMethodDecl(hasParameter(0, varDecl())))); in TEST()
609 cxxMethodDecl(hasParameter( in TEST()
612 cxxMethodDecl(hasParameter( in TEST()
647 cxxMethodDecl(hasAnyParameter( in TEST()
653 cxxMethodDecl(hasAnyParameter(hasName("x"))))); in TEST()
1174 callExpr(callee(cxxMethodDecl(hasName("x")))))); in TEST()
1186 callee(cxxMethodDecl(hasName("x")))))))); in TEST()
1279 cxxMethodDecl(ofClass(hasName("X"))), true, "-std=gnu++98")); in TEST()
1282 cxxMethodDecl(ofClass(hasName("X"))))); in TEST()
1288 cxxMethodDecl(ofClass(hasName("X"))), true, "-std=gnu++98")); in TEST()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/readability/
H A DRedundantStringInitCheck.cpp52 hasDeclaration(cxxMethodDecl(hasStringCtorName))), in registerMatchers()
56 hasDeclaration(cxxMethodDecl(hasStringCtorName)), in registerMatchers()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/readability/
H A DRedundantStringInitCheck.cpp52 hasDeclaration(cxxMethodDecl(hasStringCtorName))), in registerMatchers()
56 hasDeclaration(cxxMethodDecl(hasStringCtorName)), in registerMatchers()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1310 callExpr(callee(cxxMethodDecl(hasName("x")))).bind("x"); in TEST_P()
1918 cxxMethodDecl(isFinal()))); in TEST_P()
2017 cxxMethodDecl(isOverride()))); in TEST_P()
2019 cxxMethodDecl(isOverride()))); in TEST_P()
2022 cxxMethodDecl(isOverride(), hasName("::Y::f")))); in TEST_P()
2536 cxxMethodDecl(hasName("a"), isDefinition()); in TEST_P()
3380 cxxMethodDecl(returns(booleanType())))); in TEST_P()
3382 cxxMethodDecl(returns(booleanType())))); in TEST_P()
3392 cxxMethodDecl(returns(voidType())))); in TEST_P()
3635 callee(cxxMethodDecl(hasName("data"))), in TEST_P()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1269 callExpr(callee(cxxMethodDecl(hasName("x")))).bind("x"); in TEST_P()
1877 cxxMethodDecl(isFinal()))); in TEST_P()
1976 cxxMethodDecl(isOverride()))); in TEST_P()
1978 cxxMethodDecl(isOverride()))); in TEST_P()
1981 cxxMethodDecl(isOverride(), hasName("::Y::f")))); in TEST_P()
2495 cxxMethodDecl(hasName("a"), isDefinition()); in TEST_P()
3339 cxxMethodDecl(returns(booleanType())))); in TEST_P()
3341 cxxMethodDecl(returns(booleanType())))); in TEST_P()
3351 cxxMethodDecl(returns(voidType())))); in TEST_P()
3594 callee(cxxMethodDecl(hasName("data"))), in TEST_P()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1310 callExpr(callee(cxxMethodDecl(hasName("x")))).bind("x"); in TEST_P()
1918 cxxMethodDecl(isFinal()))); in TEST_P()
2017 cxxMethodDecl(isOverride()))); in TEST_P()
2019 cxxMethodDecl(isOverride()))); in TEST_P()
2022 cxxMethodDecl(isOverride(), hasName("::Y::f")))); in TEST_P()
2536 cxxMethodDecl(hasName("a"), isDefinition()); in TEST_P()
3380 cxxMethodDecl(returns(booleanType())))); in TEST_P()
3382 cxxMethodDecl(returns(booleanType())))); in TEST_P()
3392 cxxMethodDecl(returns(voidType())))); in TEST_P()
3635 callee(cxxMethodDecl(hasName("data"))), in TEST_P()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1310 callExpr(callee(cxxMethodDecl(hasName("x")))).bind("x"); in TEST_P()
1918 cxxMethodDecl(isFinal()))); in TEST_P()
2017 cxxMethodDecl(isOverride()))); in TEST_P()
2019 cxxMethodDecl(isOverride()))); in TEST_P()
2022 cxxMethodDecl(isOverride(), hasName("::Y::f")))); in TEST_P()
2536 cxxMethodDecl(hasName("a"), isDefinition()); in TEST_P()
3380 cxxMethodDecl(returns(booleanType())))); in TEST_P()
3382 cxxMethodDecl(returns(booleanType())))); in TEST_P()
3392 cxxMethodDecl(returns(voidType())))); in TEST_P()
3635 callee(cxxMethodDecl(hasName("data"))), in TEST_P()
[all …]
/dports/lang/clang-mesa/clang-13.0.1.src/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1310 callExpr(callee(cxxMethodDecl(hasName("x")))).bind("x"); in TEST_P()
1918 cxxMethodDecl(isFinal()))); in TEST_P()
2017 cxxMethodDecl(isOverride()))); in TEST_P()
2019 cxxMethodDecl(isOverride()))); in TEST_P()
2022 cxxMethodDecl(isOverride(), hasName("::Y::f")))); in TEST_P()
2536 cxxMethodDecl(hasName("a"), isDefinition()); in TEST_P()
3380 cxxMethodDecl(returns(booleanType())))); in TEST_P()
3382 cxxMethodDecl(returns(booleanType())))); in TEST_P()
3392 cxxMethodDecl(returns(voidType())))); in TEST_P()
3635 callee(cxxMethodDecl(hasName("data"))), in TEST_P()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1310 callExpr(callee(cxxMethodDecl(hasName("x")))).bind("x"); in TEST_P()
1918 cxxMethodDecl(isFinal()))); in TEST_P()
2017 cxxMethodDecl(isOverride()))); in TEST_P()
2019 cxxMethodDecl(isOverride()))); in TEST_P()
2022 cxxMethodDecl(isOverride(), hasName("::Y::f")))); in TEST_P()
2536 cxxMethodDecl(hasName("a"), isDefinition()); in TEST_P()
3380 cxxMethodDecl(returns(booleanType())))); in TEST_P()
3382 cxxMethodDecl(returns(booleanType())))); in TEST_P()
3392 cxxMethodDecl(returns(voidType())))); in TEST_P()
3635 callee(cxxMethodDecl(hasName("data"))), in TEST_P()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/unittests/ASTMatchers/
H A DASTMatchersNarrowingTest.cpp1269 callExpr(callee(cxxMethodDecl(hasName("x")))).bind("x"); in TEST_P()
1877 cxxMethodDecl(isFinal()))); in TEST_P()
1976 cxxMethodDecl(isOverride()))); in TEST_P()
1978 cxxMethodDecl(isOverride()))); in TEST_P()
1981 cxxMethodDecl(isOverride(), hasName("::Y::f")))); in TEST_P()
2495 cxxMethodDecl(hasName("a"), isDefinition()); in TEST_P()
3339 cxxMethodDecl(returns(booleanType())))); in TEST_P()
3341 cxxMethodDecl(returns(booleanType())))); in TEST_P()
3351 cxxMethodDecl(returns(voidType())))); in TEST_P()
3594 callee(cxxMethodDecl(hasName("data"))), in TEST_P()
[all …]

12345678910>>...45