Lines Matching defs:DeclarationName
353 ``DeclarationName``
355 This is a simple formatter that indicates the ``DeclarationName`` corresponds
364 ``DeclarationName``
366 This is a simple formatter that indicates the ``DeclarationName`` corresponds
446 string arguments, ``DeclarationName`` and ``const IdentifierInfo *`` for names,
1562 The ``DeclarationName`` class represents the name of a declaration in Clang.
1574 ``DeclarationName`` is designed to efficiently represent any kind of name.
1576 Given a ``DeclarationName`` ``N``, ``N.getNameKind()`` will produce a value
1578 the names are inside the ``DeclarationName`` class).
1589 Objective-C reflect an optimization within the ``DeclarationName`` class:
1637 ``DeclarationName``\ s are cheap to create, copy, and compare. They require
1640 for the other kinds of names. Two ``DeclarationName``\ s can be compared for
1646 ``DeclarationName`` instances can be created in different ways depending on
1655 return ``DeclarationName`` instances for the four kinds of C++ special function