Skip to content

TypeCollection::known_type

Synopses

Declared in <src/midend/astUtil/annotation/TypeAnnotation.h>

Descriptor*
known_type(TypeDescriptor const& name);
Descriptor*
known_type(
    AstInterface& fa,
    AstNodePtr const& exp);
Descriptor*
known_type(
    AstInterface& fa,
    AstNodeType const& exp);
bool
known_type(
    TypeDescriptor const& name,
    Descriptor* desc);
bool
known_type(
    AstInterface& fa,
    AstNodePtr const& exp,
    Descriptor* desc);
bool
known_type(
    AstInterface& fa,
    AstNodeType const& exp,
    Descriptor* desc);

Created with MrDocs