Home
last modified time | relevance | path

Searched refs:hasParent (Results 1 – 25 of 1605) sorted by relevance

12345678910>>...65

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang-tools-extra/clang-tidy/abseil/
H A DTimeSubtractionCheck.cpp40 callExpr(hasParent(materializeTemporaryExpr(hasParent( in isConstructorAssignment()
42 hasParent(varDecl())))))))) in isConstructorAssignment()
44 callExpr(hasParent(varDecl())).bind("e"))), in isConstructorAssignment()
56 expr(hasParent(materializeTemporaryExpr( in isArgument()
57 hasParent(cxxConstructExpr( in isArgument()
58 hasParent(callExpr()), in isArgument()
61 expr(hasParent(callExpr()), in isArgument()
62 unless(hasParent(cxxOperatorCallExpr()))) in isArgument()
73 expr(hasParent(materializeTemporaryExpr(hasParent( in isReturn()
75 hasParent(returnStmt())))))))) in isReturn()
[all …]
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang-tools-extra/clang-tidy/abseil/
H A DTimeSubtractionCheck.cpp39 callExpr(hasParent(materializeTemporaryExpr(hasParent( in isConstructorAssignment()
41 hasParent(varDecl())))))))) in isConstructorAssignment()
43 callExpr(hasParent(varDecl())).bind("e"))), in isConstructorAssignment()
55 expr(hasParent(materializeTemporaryExpr( in isArgument()
56 hasParent(cxxConstructExpr( in isArgument()
57 hasParent(callExpr()), in isArgument()
60 expr(hasParent(callExpr()), in isArgument()
61 unless(hasParent(cxxOperatorCallExpr()))) in isArgument()
72 expr(hasParent(materializeTemporaryExpr(hasParent( in isReturn()
74 hasParent(returnStmt())))))))) in isReturn()
[all …]
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/abseil/
H A DTimeSubtractionCheck.cpp40 callExpr(hasParent(materializeTemporaryExpr(hasParent( in isConstructorAssignment()
42 hasParent(varDecl())))))))) in isConstructorAssignment()
44 callExpr(hasParent(varDecl())).bind("e"))), in isConstructorAssignment()
56 expr(hasParent(materializeTemporaryExpr( in isArgument()
57 hasParent(cxxConstructExpr( in isArgument()
58 hasParent(callExpr()), in isArgument()
61 expr(hasParent(callExpr()), in isArgument()
62 unless(hasParent(cxxOperatorCallExpr()))) in isArgument()
73 expr(hasParent(materializeTemporaryExpr(hasParent( in isReturn()
75 hasParent(returnStmt())))))))) in isReturn()
[all …]
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/tools/extra/clang-tidy/abseil/
H A DTimeSubtractionCheck.cpp40 callExpr(hasParent(materializeTemporaryExpr(hasParent( in isConstructorAssignment()
42 hasParent(varDecl())))))))) in isConstructorAssignment()
44 callExpr(hasParent(varDecl())).bind("e"))), in isConstructorAssignment()
56 expr(hasParent(materializeTemporaryExpr( in isArgument()
57 hasParent(cxxConstructExpr( in isArgument()
58 hasParent(callExpr()), in isArgument()
61 expr(hasParent(callExpr()), in isArgument()
62 unless(hasParent(cxxOperatorCallExpr()))) in isArgument()
73 expr(hasParent(materializeTemporaryExpr(hasParent( in isReturn()
75 hasParent(returnStmt())))))))) in isReturn()
[all …]
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang-tools-extra/clang-tidy/abseil/
H A DTimeSubtractionCheck.cpp40 callExpr(hasParent(materializeTemporaryExpr(hasParent( in isConstructorAssignment()
42 hasParent(varDecl())))))))) in isConstructorAssignment()
44 callExpr(hasParent(varDecl())).bind("e"))), in isConstructorAssignment()
56 expr(hasParent(materializeTemporaryExpr( in isArgument()
57 hasParent(cxxConstructExpr( in isArgument()
58 hasParent(callExpr()), in isArgument()
61 expr(hasParent(callExpr()), in isArgument()
62 unless(hasParent(cxxOperatorCallExpr()))) in isArgument()
73 expr(hasParent(materializeTemporaryExpr(hasParent( in isReturn()
75 hasParent(returnStmt())))))))) in isReturn()
[all …]
/dports/devel/llvm12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/abseil/
H A DTimeSubtractionCheck.cpp40 callExpr(hasParent(materializeTemporaryExpr(hasParent( in isConstructorAssignment()
42 hasParent(varDecl())))))))) in isConstructorAssignment()
44 callExpr(hasParent(varDecl())).bind("e"))), in isConstructorAssignment()
56 expr(hasParent(materializeTemporaryExpr( in isArgument()
57 hasParent(cxxConstructExpr( in isArgument()
58 hasParent(callExpr()), in isArgument()
61 expr(hasParent(callExpr()), in isArgument()
62 unless(hasParent(cxxOperatorCallExpr()))) in isArgument()
73 expr(hasParent(materializeTemporaryExpr(hasParent( in isReturn()
75 hasParent(returnStmt())))))))) in isReturn()
[all …]
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/tools/extra/clang-tidy/abseil/
H A DTimeSubtractionCheck.cpp39 callExpr(hasParent(materializeTemporaryExpr(hasParent( in isConstructorAssignment()
41 hasParent(varDecl())))))))) in isConstructorAssignment()
43 callExpr(hasParent(varDecl())).bind("e"))), in isConstructorAssignment()
55 expr(hasParent(materializeTemporaryExpr( in isArgument()
56 hasParent(cxxConstructExpr( in isArgument()
57 hasParent(callExpr()), in isArgument()
60 expr(hasParent(callExpr()), in isArgument()
61 unless(hasParent(cxxOperatorCallExpr()))) in isArgument()
72 expr(hasParent(materializeTemporaryExpr(hasParent( in isReturn()
74 hasParent(returnStmt())))))))) in isReturn()
[all …]
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/clang-tools-extra/clang-tidy/abseil/
H A DTimeSubtractionCheck.cpp40 callExpr(hasParent(materializeTemporaryExpr(hasParent( in isConstructorAssignment()
42 hasParent(varDecl())))))))) in isConstructorAssignment()
44 callExpr(hasParent(varDecl())).bind("e"))), in isConstructorAssignment()
56 expr(hasParent(materializeTemporaryExpr( in isArgument()
57 hasParent(cxxConstructExpr( in isArgument()
58 hasParent(callExpr()), in isArgument()
61 expr(hasParent(callExpr()), in isArgument()
62 unless(hasParent(cxxOperatorCallExpr()))) in isArgument()
73 expr(hasParent(materializeTemporaryExpr(hasParent( in isReturn()
75 hasParent(returnStmt())))))))) in isReturn()
[all …]
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/clang-tools-extra/clang-tidy/abseil/
H A DTimeSubtractionCheck.cpp40 callExpr(hasParent(materializeTemporaryExpr(hasParent( in isConstructorAssignment()
42 hasParent(varDecl())))))))) in isConstructorAssignment()
44 callExpr(hasParent(varDecl())).bind("e"))), in isConstructorAssignment()
56 expr(hasParent(materializeTemporaryExpr( in isArgument()
57 hasParent(cxxConstructExpr( in isArgument()
58 hasParent(callExpr()), in isArgument()
61 expr(hasParent(callExpr()), in isArgument()
62 unless(hasParent(cxxOperatorCallExpr()))) in isArgument()
73 expr(hasParent(materializeTemporaryExpr(hasParent( in isReturn()
75 hasParent(returnStmt())))))))) in isReturn()
[all …]
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/abseil/
H A DTimeSubtractionCheck.cpp40 callExpr(hasParent(materializeTemporaryExpr(hasParent( in isConstructorAssignment()
42 hasParent(varDecl())))))))) in isConstructorAssignment()
44 callExpr(hasParent(varDecl())).bind("e"))), in isConstructorAssignment()
56 expr(hasParent(materializeTemporaryExpr( in isArgument()
57 hasParent(cxxConstructExpr( in isArgument()
58 hasParent(callExpr()), in isArgument()
61 expr(hasParent(callExpr()), in isArgument()
62 unless(hasParent(cxxOperatorCallExpr()))) in isArgument()
73 expr(hasParent(materializeTemporaryExpr(hasParent( in isReturn()
75 hasParent(returnStmt())))))))) in isReturn()
[all …]
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/tools/extra/clang-tidy/abseil/
H A DTimeSubtractionCheck.cpp39 callExpr(hasParent(materializeTemporaryExpr(hasParent( in isConstructorAssignment()
41 hasParent(varDecl())))))))) in isConstructorAssignment()
43 callExpr(hasParent(varDecl())).bind("e"))), in isConstructorAssignment()
55 expr(hasParent(materializeTemporaryExpr( in isArgument()
56 hasParent(cxxConstructExpr( in isArgument()
57 hasParent(callExpr()), in isArgument()
60 expr(hasParent(callExpr()), in isArgument()
61 unless(hasParent(cxxOperatorCallExpr()))) in isArgument()
72 expr(hasParent(materializeTemporaryExpr(hasParent( in isReturn()
74 hasParent(returnStmt())))))))) in isReturn()
[all …]
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang-tools-extra/clang-tidy/abseil/
H A DTimeSubtractionCheck.cpp40 callExpr(hasParent(materializeTemporaryExpr(hasParent( in isConstructorAssignment()
42 hasParent(varDecl())))))))) in isConstructorAssignment()
44 callExpr(hasParent(varDecl())).bind("e"))), in isConstructorAssignment()
56 expr(hasParent(materializeTemporaryExpr( in isArgument()
57 hasParent(cxxConstructExpr( in isArgument()
58 hasParent(callExpr()), in isArgument()
61 expr(hasParent(callExpr()), in isArgument()
62 unless(hasParent(cxxOperatorCallExpr()))) in isArgument()
73 expr(hasParent(materializeTemporaryExpr(hasParent( in isReturn()
75 hasParent(returnStmt())))))))) in isReturn()
[all …]
/dports/devel/llvm13/llvm-project-13.0.1.src/clang-tools-extra/clang-tidy/abseil/
H A DTimeSubtractionCheck.cpp40 callExpr(hasParent(materializeTemporaryExpr(hasParent( in isConstructorAssignment()
42 hasParent(varDecl())))))))) in isConstructorAssignment()
44 callExpr(hasParent(varDecl())).bind("e"))), in isConstructorAssignment()
56 expr(hasParent(materializeTemporaryExpr( in isArgument()
57 hasParent(cxxConstructExpr( in isArgument()
58 hasParent(callExpr()), in isArgument()
61 expr(hasParent(callExpr()), in isArgument()
62 unless(hasParent(cxxOperatorCallExpr()))) in isArgument()
73 expr(hasParent(materializeTemporaryExpr(hasParent( in isReturn()
75 hasParent(returnStmt())))))))) in isReturn()
[all …]
/dports/devel/llvm70/llvm-7.0.1.src/tools/clang/unittests/AST/
H A DASTContextParentMapTest.cpp28 cxxMethodDecl(hasParent(recordDecl(hasName("C")))))); in TEST()
34 ifStmt(hasParent(compoundStmt())))); in TEST()
41 typeLoc(hasParent(typeLoc(hasParent(functionDecl())))))); in TEST()
47 nestedNameSpecifierLoc(hasParent(typeLoc())))); in TEST()
56 hasParent(cxxRecordDecl(isTemplateInstantiation()))))); in TEST()
61 hasParent(cxxRecordDecl(unless(isTemplateInstantiation())))))); in TEST()
67 allOf(hasParent(cxxRecordDecl(unless(isTemplateInstantiation()))), in TEST()
68 hasParent(cxxRecordDecl(isTemplateInstantiation())))))); in TEST()
/dports/lang/v8/v8-9.6.180.12/tools/clang/string_piece_rewriters/
H A DStringPieceRewriters.cpp97 GetAsStringMatcher(), hasParent(cxxConstructExpr( in RewriteImplicitToExplicitStringConstructionRule()
100 hasParent(exprWithCleanups(hasParent( in RewriteImplicitToExplicitStringConstructionRule()
183 hasParent(exprWithCleanups( in RemoveAsStringRule()
184 hasParent(varDecl(unless(hasInitStyle(clang::VarDecl::CInit))))))); in RemoveAsStringRule()
188 hasParent(exprWithCleanups(hasParent(cxxConstructorDecl())))); in RemoveAsStringRule()
194 hasParent(string_piece_construct_expr), in RemoveAsStringRule()
196 hasParent(matching_string_member_expr), in RemoveAsStringRule()
199 hasParent(implicitCastExpr(hasParent(matching_string_member_expr))), in RemoveAsStringRule()
201 hasParent(matching_string_operator_call_expr), in RemoveAsStringRule()
203 hasParent(explicit_string_var_construct_expr), in RemoveAsStringRule()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/clang/unittests/AST/
H A DASTContextParentMapTest.cpp30 cxxMethodDecl(hasParent(recordDecl(hasName("C")))))); in TEST()
36 ifStmt(hasParent(compoundStmt())))); in TEST()
43 typeLoc(hasParent(typeLoc(hasParent(functionDecl())))))); in TEST()
49 nestedNameSpecifierLoc(hasParent(typeLoc())))); in TEST()
58 hasParent(cxxRecordDecl(isTemplateInstantiation()))))); in TEST()
63 hasParent(cxxRecordDecl(unless(isTemplateInstantiation())))))); in TEST()
69 allOf(hasParent(cxxRecordDecl(unless(isTemplateInstantiation()))), in TEST()
70 hasParent(cxxRecordDecl(isTemplateInstantiation())))))); in TEST()
113 hasParent(cxxRecordDecl( in TEST()
114 isImplicit(), hasParent(lambdaExpr())))))), in TEST()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/clang/unittests/AST/
H A DASTContextParentMapTest.cpp30 cxxMethodDecl(hasParent(recordDecl(hasName("C")))))); in TEST()
36 ifStmt(hasParent(compoundStmt())))); in TEST()
43 typeLoc(hasParent(typeLoc(hasParent(functionDecl())))))); in TEST()
49 nestedNameSpecifierLoc(hasParent(typeLoc())))); in TEST()
58 hasParent(cxxRecordDecl(isTemplateInstantiation()))))); in TEST()
63 hasParent(cxxRecordDecl(unless(isTemplateInstantiation())))))); in TEST()
69 allOf(hasParent(cxxRecordDecl(unless(isTemplateInstantiation()))), in TEST()
70 hasParent(cxxRecordDecl(isTemplateInstantiation())))))); in TEST()
114 hasParent(cxxRecordDecl( in TEST()
115 isImplicit(), hasParent(lambdaExpr())))))), in TEST()
/dports/devel/llvm12/llvm-project-12.0.1.src/clang/unittests/AST/
H A DASTContextParentMapTest.cpp30 cxxMethodDecl(hasParent(recordDecl(hasName("C")))))); in TEST()
36 ifStmt(hasParent(compoundStmt())))); in TEST()
43 typeLoc(hasParent(typeLoc(hasParent(functionDecl())))))); in TEST()
49 nestedNameSpecifierLoc(hasParent(typeLoc())))); in TEST()
58 hasParent(cxxRecordDecl(isTemplateInstantiation()))))); in TEST()
63 hasParent(cxxRecordDecl(unless(isTemplateInstantiation())))))); in TEST()
69 allOf(hasParent(cxxRecordDecl(unless(isTemplateInstantiation()))), in TEST()
70 hasParent(cxxRecordDecl(isTemplateInstantiation())))))); in TEST()
113 hasParent(cxxRecordDecl( in TEST()
114 isImplicit(), hasParent(lambdaExpr())))))), in TEST()
/dports/devel/llvm11/llvm-11.0.1.src/tools/clang/unittests/AST/
H A DASTContextParentMapTest.cpp30 cxxMethodDecl(hasParent(recordDecl(hasName("C")))))); in TEST()
36 ifStmt(hasParent(compoundStmt())))); in TEST()
43 typeLoc(hasParent(typeLoc(hasParent(functionDecl())))))); in TEST()
49 nestedNameSpecifierLoc(hasParent(typeLoc())))); in TEST()
58 hasParent(cxxRecordDecl(isTemplateInstantiation()))))); in TEST()
63 hasParent(cxxRecordDecl(unless(isTemplateInstantiation())))))); in TEST()
69 allOf(hasParent(cxxRecordDecl(unless(isTemplateInstantiation()))), in TEST()
70 hasParent(cxxRecordDecl(isTemplateInstantiation())))))); in TEST()
113 hasParent(cxxRecordDecl( in TEST()
114 isImplicit(), hasParent(lambdaExpr())))))), in TEST()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/unittests/AST/
H A DASTContextParentMapTest.cpp30 cxxMethodDecl(hasParent(recordDecl(hasName("C")))))); in TEST()
36 ifStmt(hasParent(compoundStmt())))); in TEST()
43 typeLoc(hasParent(typeLoc(hasParent(functionDecl())))))); in TEST()
49 nestedNameSpecifierLoc(hasParent(typeLoc())))); in TEST()
58 hasParent(cxxRecordDecl(isTemplateInstantiation()))))); in TEST()
63 hasParent(cxxRecordDecl(unless(isTemplateInstantiation())))))); in TEST()
69 allOf(hasParent(cxxRecordDecl(unless(isTemplateInstantiation()))), in TEST()
70 hasParent(cxxRecordDecl(isTemplateInstantiation())))))); in TEST()
113 hasParent(cxxRecordDecl( in TEST()
114 isImplicit(), hasParent(lambdaExpr())))))), in TEST()
/dports/devel/llvm90/llvm-9.0.1.src/tools/clang/unittests/AST/
H A DASTContextParentMapTest.cpp30 cxxMethodDecl(hasParent(recordDecl(hasName("C")))))); in TEST()
36 ifStmt(hasParent(compoundStmt())))); in TEST()
43 typeLoc(hasParent(typeLoc(hasParent(functionDecl())))))); in TEST()
49 nestedNameSpecifierLoc(hasParent(typeLoc())))); in TEST()
58 hasParent(cxxRecordDecl(isTemplateInstantiation()))))); in TEST()
63 hasParent(cxxRecordDecl(unless(isTemplateInstantiation())))))); in TEST()
69 allOf(hasParent(cxxRecordDecl(unless(isTemplateInstantiation()))), in TEST()
70 hasParent(cxxRecordDecl(isTemplateInstantiation())))))); in TEST()
114 hasParent(cxxRecordDecl( in TEST()
115 isImplicit(), hasParent(lambdaExpr())))))), in TEST()
/dports/devel/llvm10/llvm-10.0.1.src/tools/clang/unittests/AST/
H A DASTContextParentMapTest.cpp30 cxxMethodDecl(hasParent(recordDecl(hasName("C")))))); in TEST()
36 ifStmt(hasParent(compoundStmt())))); in TEST()
43 typeLoc(hasParent(typeLoc(hasParent(functionDecl())))))); in TEST()
49 nestedNameSpecifierLoc(hasParent(typeLoc())))); in TEST()
58 hasParent(cxxRecordDecl(isTemplateInstantiation()))))); in TEST()
63 hasParent(cxxRecordDecl(unless(isTemplateInstantiation())))))); in TEST()
69 allOf(hasParent(cxxRecordDecl(unless(isTemplateInstantiation()))), in TEST()
70 hasParent(cxxRecordDecl(isTemplateInstantiation())))))); in TEST()
114 hasParent(cxxRecordDecl( in TEST()
115 isImplicit(), hasParent(lambdaExpr())))))), in TEST()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/clang/unittests/AST/
H A DASTContextParentMapTest.cpp30 cxxMethodDecl(hasParent(recordDecl(hasName("C")))))); in TEST()
36 ifStmt(hasParent(compoundStmt())))); in TEST()
43 typeLoc(hasParent(typeLoc(hasParent(functionDecl())))))); in TEST()
49 nestedNameSpecifierLoc(hasParent(typeLoc())))); in TEST()
58 hasParent(cxxRecordDecl(isTemplateInstantiation()))))); in TEST()
63 hasParent(cxxRecordDecl(unless(isTemplateInstantiation())))))); in TEST()
69 allOf(hasParent(cxxRecordDecl(unless(isTemplateInstantiation()))), in TEST()
70 hasParent(cxxRecordDecl(isTemplateInstantiation())))))); in TEST()
113 hasParent(cxxRecordDecl( in TEST()
114 isImplicit(), hasParent(lambdaExpr())))))), in TEST()
/dports/devel/llvm80/llvm-8.0.1.src/tools/clang/unittests/AST/
H A DASTContextParentMapTest.cpp31 cxxMethodDecl(hasParent(recordDecl(hasName("C")))))); in TEST()
37 ifStmt(hasParent(compoundStmt())))); in TEST()
44 typeLoc(hasParent(typeLoc(hasParent(functionDecl())))))); in TEST()
50 nestedNameSpecifierLoc(hasParent(typeLoc())))); in TEST()
59 hasParent(cxxRecordDecl(isTemplateInstantiation()))))); in TEST()
64 hasParent(cxxRecordDecl(unless(isTemplateInstantiation())))))); in TEST()
70 allOf(hasParent(cxxRecordDecl(unless(isTemplateInstantiation()))), in TEST()
71 hasParent(cxxRecordDecl(isTemplateInstantiation())))))); in TEST()
115 hasParent(cxxRecordDecl( in TEST()
116 isImplicit(), hasParent(lambdaExpr())))))), in TEST()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/clang/unittests/AST/
H A DASTContextParentMapTest.cpp30 cxxMethodDecl(hasParent(recordDecl(hasName("C")))))); in TEST()
36 ifStmt(hasParent(compoundStmt())))); in TEST()
43 typeLoc(hasParent(typeLoc(hasParent(functionDecl())))))); in TEST()
49 nestedNameSpecifierLoc(hasParent(typeLoc())))); in TEST()
58 hasParent(cxxRecordDecl(isTemplateInstantiation()))))); in TEST()
63 hasParent(cxxRecordDecl(unless(isTemplateInstantiation())))))); in TEST()
69 allOf(hasParent(cxxRecordDecl(unless(isTemplateInstantiation()))), in TEST()
70 hasParent(cxxRecordDecl(isTemplateInstantiation())))))); in TEST()
117 hasParent(cxxRecordDecl( in TEST()
118 isImplicit(), hasParent(lambdaExpr())))))), in TEST()

12345678910>>...65