Skip to content

CPPTypeCollection::is_known_member_function

Check if an expression is a member access or member function call expression of a known array type

Synopsis

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

std::string
is_known_member_function(
    CPPAstInterface& fa,
    AstNodePtr const& exp,
    AstNodePtr* obj = 0,
    AstInterface::AstNodeList* args = 0,
    Descriptor* desc = 0);

Created with MrDocs