Lines Matching refs:Compilands
70 auto Compilands = GS->findAllChildren<PDBSymbolCompiland>(); in TEST() local
71 ASSERT_NE(nullptr, Compilands); in TEST()
72 ASSERT_EQ(2U, Compilands->getChildCount()); in TEST()
77 while (auto Compiland = Compilands->getNext()) in TEST()
79 Compilands->reset(); in TEST()
80 while (auto Compiland = Compilands->getNext()) in TEST()
87 auto Compilands = GS->findAllChildren<PDBSymbolCompiland>(); in TEST() local
88 ASSERT_NE(nullptr, Compilands); in TEST()
89 ASSERT_EQ(2U, Compilands->getChildCount()); in TEST()
92 while (auto Compiland = Compilands->getNext()) in TEST()
114 auto Compilands = GS->findAllChildren<PDBSymbolCompiland>(); in TEST() local
115 ASSERT_NE(nullptr, Compilands); in TEST()
116 ASSERT_EQ(2U, Compilands->getChildCount()); in TEST()
120 for (int I = Compilands->getChildCount() - 1; I >= 0; --I) { in TEST()
121 auto Compiland = Compilands->getChildAtIndex(I); in TEST()
125 while (auto Compiland = Compilands->getNext()) in TEST()