예제 #1
0
FullySpecifiedType UsingNamespaceDirective::type() const
{ return FullySpecifiedType(); }
예제 #2
0
FullySpecifiedType BaseClass::type() const
{ return FullySpecifiedType(); }
예제 #3
0
FullySpecifiedType Class::type() const
{ return FullySpecifiedType(const_cast<Class *>(this)); }
예제 #4
0
FullySpecifiedType Namespace::type() const
{ return FullySpecifiedType(const_cast<Namespace *>(this)); }
예제 #5
0
FullySpecifiedType Enum::type() const
{ return FullySpecifiedType(const_cast<Enum *>(this)); }
예제 #6
0
FullySpecifiedType Block::type() const
{ return FullySpecifiedType(); }
예제 #7
0
FullySpecifiedType Function::type() const
{ return FullySpecifiedType(const_cast<Function *>(this)); }
예제 #8
0
 virtual void visit(UndefinedType *)
 {
     temps.append(FullySpecifiedType());
 }