Lines Matching refs:hasName
43 auto Pattern = functionDecl(hasName("f")); in TEST_P()
53 auto Pattern = functionDecl(hasName("f")); in TEST_P()
67 auto Pattern = functionDecl(hasName("f")); in TEST_P()
126 auto Pattern = functionDecl(hasName("shouldNotBeImported")); in TEST_P()
143 auto Pattern = functionDecl(hasName("shouldNotBeImported")); in TEST_P()
154 auto Pattern = functionDecl(hasName("f")); in ImportPath()
349 declRefExpr(hasDeclaration(varDecl(hasName("ptr"))), in TEST_P()
359 hasDeclaration(labelDecl(hasName("loop"))))), in TEST_P()
361 hasDeclaration(labelDecl(hasName("loop"))))))); in TEST_P()
380 hasName("f"), in TEST_P()
402 hasName("C"), hasType(asString("int")), in TEST_P()
405 hasName("X"), hasType(asString("int")), in TEST_P()
574 hasName("pi"), unless(varTemplateSpecializationDecl())))))))); in TEST_P()
667 hasDescendant(varDecl(hasName("a"), hasInitializer(hasDescendant( in TEST_P()
669 hasDescendant(varDecl(hasName("b"), hasInitializer(hasDescendant( in TEST_P()
695 has(declStmt(hasSingleDecl(varDecl(hasName("d"))))))))); in TEST_P()
706 FirstDeclMatcher<VarDecl>().match(FromTU, varDecl(hasName("d"))); in TEST_P()
719 FromTU, functionDecl(hasName("declToImport"))); in TEST_P()
731 FromTU, functionDecl(hasName("declToImport"))); in TEST_P()
736 To, functionDecl(hasName("declToImport"), in TEST_P()
748 FromTU, functionDecl(hasName("declToImport"))); in TEST_P()
841 unless(has(functionDecl(hasName("declToImport")))))))); in TEST_P()
846 unless(has(cxxRecordDecl(hasName("declToImport")))))))); in TEST_P()
886 FromTU, templateTypeParmDecl(hasName("T"))); in TEST_P()
895 FromTU, templateTypeParmDecl(hasName("T"))); in TEST_P()
907 FromTU, functionDecl(hasName("f"))); in TEST_P()
930 FromTU, templateTemplateParmDecl(hasName("TT"))); in TEST_P()
942 FromTU, templateTemplateParmDecl(hasName("TT"))); in TEST_P()
952 To->getTranslationUnitDecl(), classTemplateDecl(hasName("X"))); in TEST_P()
959 FromTU, nonTypeTemplateParmDecl(hasName("N"))); in TEST_P()
967 FromTU, nonTypeTemplateParmDecl(hasName("S"))); in TEST_P()
1054 hasName("S2"))); in TEST_P()
1058 hasName("S2"))); in TEST_P()
1110 auto Matcher = functionDecl(hasName("declToImport"), in TEST_P()
1112 hasParameter(0, hasName("y")), in TEST_P()
1113 hasParameter(1, hasName("x")), in TEST_P()
1222 hasName("Base"), has(classTemplateSpecializationDecl())))); in TEST_P()
1260 hasName("X"), unless(has(classTemplateSpecializationDecl()))))); in TEST_P()
1266 Pattern = namespaceDecl(has(classTemplateSpecializationDecl(hasName("X")))); in TEST_P()
1378 hasName("Base"), in TEST_P()
1422 hasName("Base"), in TEST_P()
1423 has(classTemplateSpecializationDecl(has(fieldDecl(hasName("a")))))))); in TEST_P()
1440 FromTU, classTemplateDecl(hasName("B"))); in TEST_P()
1455 FromTU, functionDecl(hasName("f"))); in TEST_P()
1458 FromTU, classTemplateDecl(hasName("B"))); in TEST_P()
1492 FromTU, classTemplateDecl(hasName("B"))); in TEST_P()
1526 FromTU, cxxRecordDecl(hasName("B"))); in TEST_P()
1626 FromTU, classTemplateSpecializationDecl(hasName("B"))); in TEST_P()
1647 FirstDeclMatcher<VarDecl>().match(FromTU, varDecl(hasName("object0"))); in TEST_P()
1650 FirstDeclMatcher<VarDecl>().match(FromTU, varDecl(hasName("object1"))); in TEST_P()
1675 FirstDeclMatcher<RecordDecl>().match(FromTU0, recordDecl(hasName("X"))); in TEST_P()
1677 FirstDeclMatcher<RecordDecl>().match(FromTU1, recordDecl(hasName("X"))); in TEST_P()
1685 DeclCounter<RecordDecl>().match(ToTU, recordDecl(hasName("X")))); in TEST_P()
1708 FirstDeclMatcher<RecordDecl>().match(FromTU0, recordDecl(hasName("X"))); in TEST_P()
1710 FirstDeclMatcher<RecordDecl>().match(FromTU1, recordDecl(hasName("X"))); in TEST_P()
1718 DeclCounter<RecordDecl>().match(ToTU, recordDecl(hasName("X")))); in TEST_P()
1722 auto Pattern = varDecl(hasName("x")); in TEST_P()
1741 FromTU, functionDecl(hasName("f"))); in TEST_P()
1748 auto Pattern = varDecl(hasName("x")); in TEST_P()
1759 FromTU, functionDecl(hasName("f"))); in TEST_P()
1766 auto Pattern = varDecl(hasName("a")); in TEST_P()
1790 FromTU, functionDecl(hasName("f"))); in TEST_P()
1799 auto Pattern = varDecl(hasName("x")); in TEST_P()
1819 auto Pattern = functionDecl(hasName("f")); in TEST_P()
1837 auto Pattern = functionDecl(hasName("f")); in TEST_P()
1861 cxxMethodDecl(hasName("f"), hasParent(cxxRecordDecl(hasName("D")))); in TEST_P()
1878 cxxMethodDecl(hasName("f"), hasParent(cxxRecordDecl(hasName("B")))); in TEST_P()
1921 cxxMethodDecl(hasName("f"), hasParent(cxxRecordDecl(hasName("B")))); in TEST_P()
1923 cxxMethodDecl(hasName("f"), hasParent(cxxRecordDecl(hasName("D")))); in TEST_P()
1951 cxxMethodDecl(hasName("f"), hasParent(cxxRecordDecl(hasName("B")))); in TEST_P()
1953 cxxMethodDecl(hasName("f"), hasParent(cxxRecordDecl(hasName("D")))); in TEST_P()
1955 hasName("f"), hasParent(cxxRecordDecl(hasName("B"))), isDefinition()); in TEST_P()
1957 hasName("f"), hasParent(cxxRecordDecl(hasName("D"))), isDefinition()); in TEST_P()
1958 auto FDefAllP = cxxMethodDecl(hasName("f"), isDefinition()); in TEST_P()
1989 cxxMethodDecl(hasName("f"), hasParent(cxxRecordDecl(hasName("B")))); in TEST_P()
1991 hasName("f"), hasParent(cxxRecordDecl(hasName("B"))), isDefinition()); in TEST_P()
1992 auto DFP = cxxMethodDecl(hasName("f"), hasParent(cxxRecordDecl(hasName("D"))), in TEST_P()
2009 ToTU, cxxRecordDecl(hasName("B"))); in TEST_P()
2012 ToTU, cxxMethodDecl(hasName("f"), isDefinition())); in TEST_P()
2042 cxxMethodDecl(hasName("f"), hasParent(cxxRecordDecl(hasName("B")))); in TEST_P()
2044 hasName("f"), hasParent(cxxRecordDecl(hasName("B"))), isDefinition()); in TEST_P()
2046 cxxMethodDecl(hasName("f"), hasParent(cxxRecordDecl(hasName("D")))); in TEST_P()
2048 hasName("f"), hasParent(cxxRecordDecl(hasName("D"))), isDefinition()); in TEST_P()
2049 auto FooDef = functionDecl(hasName("foo")); in TEST_P()
2071 ToTU, cxxRecordDecl(hasName("B"))); in TEST_P()
2073 ToTU, cxxRecordDecl(hasName("D"))); in TEST_P()
2076 ToTU, cxxMethodDecl(hasName("f"), isDefinition())); in TEST_P()
2079 ToTU, cxxMethodDecl(hasName("f"), isDefinition())); in TEST_P()
2101 auto Pattern = varDecl(hasName("v")); in TEST_P()
2122 auto Pattern = functionDecl(hasName("f")); in TEST_P()
2141 FromTU, functionDecl(hasName("g0"))); in TEST_P()
2150 FromTU, functionDecl(hasName("g1"))); in TEST_P()
2155 ASSERT_EQ(DeclCounter<FunctionDecl>().match(ToTU, functionDecl(hasName("f"))), in TEST_P()
2168 FromTU, functionDecl(hasName("foo"))); in TEST_P()
2194 FromTU, functionDecl(hasName("f"))); in TEST_P()
2198 ToD, functionDecl(hasName("f"), hasDescendant(declRefExpr())))); in TEST_P()
2220 FromTU, functionDecl(hasName("g"))); in TEST_P()
2226 functionDecl(hasName("f"), hasDescendant(declRefExpr())))))); in TEST_P()
2241 FromTU1, functionTemplateDecl(hasName("f"))); in TEST_P()
2245 FromTU2, functionTemplateDecl(hasName("f"))); in TEST_P()
2263 FromTU1, functionTemplateDecl(hasName("f"))); in TEST_P()
2267 FromTU2, functionTemplateDecl(hasName("f"))); in TEST_P()
2283 FromTU, functionDecl(hasName("foo"))); in TEST_P()
2331 auto Pattern = functionDecl(hasName("f")); in TEST_P()
2349 auto Pattern = functionDecl(hasName("f")); in TEST_P()
2366 auto Pattern = functionDecl(hasName("f")); in TEST_P()
2384 auto Pattern = functionDecl(hasName("f")); in TEST_P()
2401 auto Pattern = functionDecl(hasName("f")); in TEST_P()
2430 auto Pattern = functionDecl(hasName("f")); in TEST_P()
2458 auto Pattern = functionDecl(hasName("f")); in TEST_P()
2482 auto FunctionPattern = functionDecl(hasName("f")); in TEST_P()
2483 auto ClassPattern = cxxRecordDecl(hasName("X")); in TEST_P()
2516 auto FunctionPattern = functionDecl(hasName("f")); in TEST_P()
2517 auto ClassPattern = cxxRecordDecl(hasName("X")); in TEST_P()
2566 auto FunctionPattern = functionDecl(hasName("f")); in TEST_P()
2567 auto ClassPattern = cxxRecordDecl(hasName("X")); in TEST_P()
2609 auto Pattern = functionDecl(hasName("f")); in TEST_P()
2657 FromTU, functionDecl(hasName("f"))); in TEST_P()
2660 FromTU, cxxRecordDecl(hasName("X"))); in TEST_P()
2673 ToTU, cxxRecordDecl(hasName("X"))); in TEST_P()
2712 enumDecl(has(enumConstantDecl(hasName("THING_VALUE"))), in TEST_P()
2713 hasTypedefForAnonDecl(hasName("thing_t"))); in TEST_P()
2715 ImportAction ImportFoo{"foo.c", "main.c", functionDecl(hasName("foo"))}, in TEST_P()
2716 ImportMoo{"moo.c", "main.c", functionDecl(hasName("moo"))}; in TEST_P()
2902 testNoImportOf(cxxMethodDecl(hasName("f")), Code); in TEST_P()
2910 FromTU, cxxRecordDecl(hasName("A"))); in TEST_P()
2919 FromTU, cxxRecordDecl(hasName("A"))); in TEST_P()
2932 FromTU, cxxRecordDecl(hasName("A"))); in TEST_P()
2940 FromTU, cxxRecordDecl(hasName("A"))); in TEST_P()
2951 FromTU, fieldDecl(hasName("x"))); in TEST_P()
2958 FromTU, fieldDecl(hasName("x"))); in TEST_P()
2969 FromTU, fieldDecl(hasName("x"))); in TEST_P()
2977 FromTU, fieldDecl(hasName("x"))); in TEST_P()
2989 FromTU, functionDecl(hasName("x"), isDefinition())); in TEST_P()
2997 FromTU, functionDecl(hasName("x"), isDefinition())); in TEST_P()
3009 FromTU, functionDecl(hasName("x"), isDefinition())); in TEST_P()
3018 FromTU, functionDecl(hasName("x"), isDefinition())); in TEST_P()
3039 FirstDeclMatcher<RecordDecl>().match(FromTU, recordDecl(hasName("A"))); in TEST_P()
3045 FirstDeclMatcher<FieldDecl>().match(ToTU, fieldDecl(hasName("entry0"))); in TEST_P()
3047 FirstDeclMatcher<FieldDecl>().match(ToTU, fieldDecl(hasName("entry1"))); in TEST_P()
3052 R0, recordDecl(has(fieldDecl(hasName("next")))))); in TEST_P()
3054 R1, recordDecl(has(fieldDecl(hasName("next")))))); in TEST_P()
3066 FromTU, functionDecl(hasName("f"))); in TEST_P()
3111 ToTU, classTemplateSpecializationDecl(hasName("X"))); in TEST_P()
3124 FromTU, classTemplateSpecializationDecl(hasName("X"))); in TEST_P()
3163 FromTU, classTemplateSpecializationDecl(hasName("X"))); in TEST_P()
3164 auto FunPattern = functionDecl(hasName("g"), in TEST_P()
3175 ToTU, classTemplateSpecializationDecl(hasName("X"))); in TEST_P()
3192 FromTU, classTemplateSpecializationDecl(hasName("X"), isDefinition())); in TEST_P()
3229 FromTU, classTemplateSpecializationDecl(hasName("X"))); in TEST_P()
3241 ToTU, classTemplateSpecializationDecl(hasName("X")))); in TEST_P()
3267 FromTU, classTemplateSpecializationDecl(hasName("X"))); in TEST_P()
3281 ToTU, classTemplateSpecializationDecl(hasName("X"))); in TEST_P()
3398 auto *FromD = FirstDeclMatcher<VarDecl>().match(TU, varDecl(hasName("a"))); in TEST_P()
3424 FromTU, varDecl(hasName("a"))); // Decl with init in TEST_P()
3426 FromTU, varDecl(hasName("a"))); // Decl with definition in TEST_P()
3450 FromTU, varDecl(hasName("a"))); // Decl with init in TEST_P()
3452 FromTU, varDecl(hasName("a"))); // Decl with definition in TEST_P()
3460 ToTU, varDecl(hasName("a"))); // Decl with init in TEST_P()
3481 FromTU, varDecl(hasName("a"))); in TEST_P()
3483 FromTU, varDecl(hasName("a"))); // Decl with definition and with init. in TEST_P()
3491 ToTU, varDecl(hasName("a"))); in TEST_P()
3505 auto Pattern = recordDecl(hasName("X"), unless(isImplicit())); in TEST_P()
3523 auto Pattern = recordDecl(hasName("X"), unless(isImplicit())); in TEST_P()
3542 auto Pattern = recordDecl(hasName("X"), unless(isImplicit())); in TEST_P()
3577 FromTU, cxxRecordDecl(hasName("F"), isDefinition())); in TEST_P()
3579 FromTU, cxxRecordDecl(hasName("F"))); in TEST_P()
3612 FromTu, cxxRecordDecl(hasName("declToImport"))); in TEST_P()
3623 FromTu, cxxRecordDecl(hasName("X"))); in TEST_P()
3684 auto Pattern = classTemplateSpecializationDecl(hasName("X")); in TEST_P()
3730 FromTU0, classTemplateDecl(hasName("F"))); in TEST_P()
3739 FromTU1, classTemplateDecl(hasName("F"))); in TEST_P()
3769 ToTU, classTemplateDecl(hasName("F"))); in TEST_P()
3777 FromTU, classTemplateDecl(hasName("F"))); in TEST_P()
3799 FromTU0, classTemplateDecl(hasName("F"))); in TEST_P()
3808 FromTU1, classTemplateDecl(hasName("F"))); in TEST_P()
3838 FromTU1, cxxRecordDecl(hasName("F"))); in TEST_P()
3903 ToTU, functionDecl(hasName("foo"))); in TEST_P()
3907 FromTU, functionDecl(hasName("foo"))); in TEST_P()
3944 auto *A0 = FirstDeclMatcher<VarDecl>().match(TU, varDecl(hasName("A"))); in TEST_P()
3945 auto *A1 = LastDeclMatcher<VarDecl>().match(TU, varDecl(hasName("A"))); in TEST_P()
3991 unless(has(functionDecl(hasName("f"), isTemplateInstantiation())))); in TEST_P()
3995 FromTU, functionDecl(hasName("foo"))); in TEST_P()
4014 auto Instantiation = functionDecl(hasName("f"), isTemplateInstantiation()); in TEST_P()
4038 functionDecl(hasName("f"), isExplicitTemplateSpecialization()); in TEST_P()
4060 auto Spec = functionDecl(hasName("f"), isExplicitTemplateSpecialization(), in TEST_P()
4104 FromTU, functionDecl(hasName("foo"))); in TEST_P()
4109 DeclCounter<FunctionDecl>().match(FromTU, functionDecl(hasName("f"))), in TEST_P()
4110 DeclCounter<FunctionDecl>().match(ToTU, functionDecl(hasName("f")))); in TEST_P()
4123 FromTU, classTemplateDecl(hasName("B"))); in TEST_P()
4139 FromTU, functionDecl(hasName("f"))); in TEST_P()
4142 FromTU, classTemplateDecl(hasName("B"))); in TEST_P()
4165 typedefNameDecl(hasName("U"))); in TEST_P()
4177 typedefNameDecl(hasName("U"))); in TEST_P()
4195 functionDecl(hasName("f"), isExplicitTemplateSpecialization())); in TEST_P()
4207 auto *D = FirstDeclMatcher<VarDecl>().match(ToTU, varDecl(hasName("a"))); in TEST_P()
4233 ToTU, classTemplateDecl(hasName("X"))); in TEST_P()
4235 ToTU, functionDecl(hasName("foo"))); in TEST_P()
4269 FirstDeclMatcher<RecordDecl>().match(ToTU, recordDecl(hasName("Foo"))); in TEST_P()
4271 FirstDeclMatcher<RecordDecl>().match(ToTU, recordDecl(hasName("A"))); in TEST_P()
4304 .match(ToTU, varDecl(hasName("V"))) in TEST_P()
4307 FirstDeclMatcher<RecordDecl>().match(ToTU, recordDecl(hasName("A"))); in TEST_P()
4309 FirstDeclMatcher<RecordDecl>().match(ToTU, recordDecl(hasName("B"))); in TEST_P()
4316 ToTU, fieldDecl(hasName("V"), in TEST_P()
4317 hasParent(recordDecl(hasName("A")))))); in TEST_P()
4321 ToTU, fieldDecl(hasName("V"), in TEST_P()
4322 hasParent(recordDecl(hasName("B")))))); in TEST_P()
4326 ToTU, varDecl(hasName("V"), in TEST_P()
4423 ToTU, cxxRecordDecl(hasName("Y"))); in TEST_P()
4448 auto *Y = FirstDeclMatcher<CXXRecordDecl>().match(ToTU, cxxRecordDecl(hasName("Y"))); in TEST_P()
4474 ToTU, typeAliasDecl(hasName("alias_of_f"))); in TEST_P()
4489 ToTU, classTemplateDecl(hasName("F"))); in TEST_P()
4512 ToTU, classTemplateDecl(hasName("F"))); in TEST_P()
4534 ToTU, classTemplateDecl(hasName("F"))); in TEST_P()
4552 FirstDeclMatcher<FunctionDecl>().match(ToTU, functionDecl(hasName("F"))); in TEST_P()
4576 ToTU, classTemplateDecl(hasName("X"))); in TEST_P()
4582 ToTU, classTemplateSpecializationDecl(hasName("X"))); in TEST_P()
4617 ToTU, functionTemplateDecl(hasName("F"))); in TEST_P()
4640 ToTU, cxxRecordDecl(hasName("X"))); in TEST_P()
4665 auto *E = FirstDeclMatcher<EnumDecl>().match(ToTU, enumDecl(hasName("E"))); in TEST_P()
4667 ToTU, enumConstantDecl(hasName("A"))); in TEST_P()
4704 LastDeclMatcher<NamespaceDecl>().match(ToTU, namespaceDecl(hasName("N"))); in TEST_P()
4705 auto *A = FirstDeclMatcher<VarDecl>().match(ToTU, varDecl(hasName("A"))); in TEST_P()
4733 FromTU, cxxRecordDecl(hasName("X"), unless(isImplicit()))); in TEST_P()
4736 cxxRecordDecl(hasName("X"), isDefinition(), unless(isImplicit()))); in TEST_P()
4764 ToTU, functionTemplateDecl(hasName("foo"))); in TEST_P()
4772 FromTU, functionTemplateDecl(hasName("foo"))); in TEST_P()
4819 FromTU, classTemplateSpecializationDecl(hasName("X"))); in TEST_P()
4825 ToTU, classTemplateSpecializationDecl(hasName("X"))), in TEST_P()
4842 FromTU, functionDecl(hasName("foo"))); in TEST_P()
4850 DeclCounter<FunctionDecl>().match(ToTU, functionDecl(hasName("foo"))), in TEST_P()
4869 FromTU, functionDecl(hasName("f"))); in TEST_P()
4871 LastDeclMatcher<FunctionDecl>().match(FromTU, functionDecl(hasName("f"))); in TEST_P()
4878 EXPECT_EQ(DeclCounter<FunctionDecl>().match(ToTU, functionDecl(hasName("f"))), in TEST_P()
4882 FirstDeclMatcher<FunctionDecl>().match(ToTU, functionDecl(hasName("f"))); in TEST_P()
4906 FromTU, cxxRecordDecl(hasName("X"))); in TEST_P()
4918 FromTU, cxxMethodDecl(hasName("f"))); in TEST_P()
4928 FromTU, cxxMethodDecl(hasName("ok"))); in TEST_P()
4959 FromTU, cxxRecordDecl(hasName("F"), isDefinition())); in TEST_P()
4961 FromTU, cxxRecordDecl(hasName("A"), isDefinition())); in TEST_P()
4963 FromTU, cxxRecordDecl(hasName("B"), isDefinition())); in TEST_P()
4965 FromTU, namespaceDecl(hasName("NS"))); in TEST_P()
5001 FromTU, classTemplateDecl(hasName("F")))); in TEST_P()
5012 FromTU, cxxRecordDecl(hasName("A"), isImplicit()))); in TEST_P()
5017 FromTU, cxxRecordDecl(hasName("X"), isImplicit()))); in TEST_P()
5031 FromTU, namespaceDecl(hasName("X"))); in TEST_P()
5042 FromTU, functionDecl(hasName("f"))); in TEST_P()
5052 FromTU, functionDecl(hasName("ok"))); in TEST_P()
5076 FromTU, cxxRecordDecl(hasName("X"))); in TEST_P()
5088 ToTU, cxxRecordDecl(hasName("X"), isDefinition())); in TEST_P()
5096 ToTU, cxxRecordDecl(hasName("X"), unless(isDefinition()))); in TEST_P()
5112 FromTU, cxxRecordDecl(hasName("X"))); in TEST_P()
5134 functionDecl(hasName("foo"), hasAncestor(cxxRecordDecl(hasName("A")))); in TEST_P()
5136 functionDecl(hasName("foo"), hasAncestor(cxxRecordDecl(hasName("B")))); in TEST_P()
5138 functionDecl(hasName("foo"), hasAncestor(cxxRecordDecl(hasName("C")))); in TEST_P()
5226 FromTU, functionDecl(hasName("f"))); in TEST_P()
5248 ToTU, classTemplateDecl(hasName("Class"))); in TEST_P()
5250 ToTU, classTemplateDecl(hasName("Class"))); in TEST_P()
5259 FromTU, classTemplateDecl(hasName("Class"))); in TEST_P()
5261 FromTU, classTemplateDecl(hasName("Class"))); in TEST_P()
5298 ToTU, cxxRecordDecl(hasName("X"))); in TEST_P()
5313 FromTU, cxxRecordDecl(hasName("X"))); in TEST_P()
5343 ToTU, typedefDecl(hasName(TypeName))); in TEST_P()
5347 FromTU, typedefDecl(hasName(TypeName))); in TEST_P()
5367 FromTU, cxxRecordDecl(hasName("X"), unless(isImplicit()))); in TEST_P()
5389 FromTU, cxxRecordDecl(hasName("X"))); in TEST_P()
5392 ImportedX, cxxConstructorDecl(hasName("X"), unless(isImplicit()))); in TEST_P()
5394 ImportedX, cxxConstructorDecl(hasName("X"), unless(isImplicit()))); in TEST_P()
5486 FromTU, functionDecl(hasName("f"))); in TEST_P()
5510 FromTU, functionDecl(hasName("f"))); in TEST_P()
5538 FromTU, namedDecl(hasName("method"))); in TEST_P()
5668 FromTU, functionDecl(hasName("f"))); in TEST_P()
5687 FromTU, functionDecl(hasName("f"))); in TEST_P()
5704 FromTU, functionDecl(hasName("f"))); in TEST_P()
5723 FromTU, functionDecl(hasName("f"))); in TEST_P()
5739 auto Pattern = varDecl(hasName("X")); in TEST_P()
5747 auto Pattern = varDecl(hasName("Y")); in TEST_P()
5782 auto Pattern = varDecl(hasName("X")); in TEST_P()
5816 auto Pattern = varDecl(hasName("X")); in TEST_P()
5840 FromTU, cxxRecordDecl(hasName("S"), unless(isImplicit()))); in TEST_P()
5857 cxxRecordDecl(hasName("A"), unless(isImplicit()))); in TEST_P()
5871 FromTU, functionDecl(hasName("foo"))); in TEST_P()
6021 TU, typedefNameDecl(hasName("U"))); in TEST_P()
6041 TU, typedefNameDecl(hasName("U"))); in TEST_P()
6064 TU, typedefNameDecl(hasName("U"))); in TEST_P()