Lines Matching defs:CompileUnit

70   LVScopeCompileUnit *CompileUnit =
73 static_cast<LVScopeFunction *>(getFirstScopeChild(CompileUnit));
78 EXPECT_EQ(CompileUnit->getBaseAddress(), 0u);
79 EXPECT_TRUE(CompileUnit->getProducer().starts_with("clang"));
80 EXPECT_EQ(CompileUnit->getName(), "test.cpp");
117 const LVPublicNames &PublicNames = CompileUnit->getPublicNames();
136 LVScopeCompileUnit *CompileUnit =
139 static_cast<LVScopeFunction *>(getFirstScopeChild(CompileUnit));
144 EXPECT_EQ(CompileUnit->getBaseAddress(), 0u);
145 EXPECT_TRUE(CompileUnit->getProducer().starts_with("Microsoft"));
146 EXPECT_EQ(CompileUnit->getName(), "test.cpp");
183 const LVPublicNames &PublicNames = CompileUnit->getPublicNames();
202 LVScopeCompileUnit *CompileUnit =
205 static_cast<LVScopeFunction *>(getFirstScopeChild(CompileUnit));
210 EXPECT_EQ(CompileUnit->getBaseAddress(), 0u);
211 EXPECT_TRUE(CompileUnit->getProducer().starts_with("Microsoft"));
212 EXPECT_EQ(CompileUnit->getName(), "test.cpp");
249 const LVPublicNames &PublicNames = CompileUnit->getPublicNames();
268 LVScopeCompileUnit *CompileUnit =
271 static_cast<LVScopeFunction *>(getFirstScopeChild(CompileUnit));
276 EXPECT_EQ(CompileUnit->getBaseAddress(), 0u);
277 EXPECT_TRUE(CompileUnit->getProducer().starts_with("Microsoft"));
278 EXPECT_EQ(CompileUnit->getName(), "test.cpp");
315 const LVPublicNames &PublicNames = CompileUnit->getPublicNames();
340 LVScopeCompileUnit *CompileUnit =
344 LVElements MatchedElements = CompileUnit->getMatchedElements();
362 LVScopes MatchedScopes = CompileUnit->getMatchedScopes();