Lines Matching refs:CompileUnit
130 CREATE(CompileUnit, createScopeCompileUnit); in createElements()
151 setCompileUnit(CompileUnit); in addElements()
183 add(Root, CompileUnit); in addElements()
190 add(CompileUnit, IntegerType); in addElements()
191 add(CompileUnit, UnsignedType); in addElements()
192 add(CompileUnit, Array); in addElements()
193 add(CompileUnit, Function); in addElements()
194 add(CompileUnit, GlobalVariable); in addElements()
195 add(CompileUnit, GlobalType); in addElements()
196 add(CompileUnit, Namespace); in addElements()
197 EXPECT_EQ(CompileUnit->lineCount(), 0u); in addElements()
198 EXPECT_EQ(CompileUnit->scopeCount(), 3u); in addElements()
199 EXPECT_EQ(CompileUnit->symbolCount(), 1u); in addElements()
200 EXPECT_EQ(CompileUnit->typeCount(), 3u); in addElements()
318 set(CompileUnit, "test.cpp", 0x2080, 2080); in initElements()