Lines Matching defs:contexts
735 the option is rendered, or if it's hidden in some contexts.
1371 * Name lookup tables in declaration contexts change after the namespace
1660 Declaration contexts
1664 as a translation unit, namespace, class, or function. Declaration contexts in
1695 based on a lazily-constructed array (for declaration contexts with a small
1696 number of declarations) or hash table (for declaration contexts with more
1760 Each declaration has two potentially different declaration contexts: a
1766 most declarations, the two contexts are identical. For example:
1775 Here, the semantic and lexical contexts of ``X::f`` are the ``DeclContext``
1783 This definition of "``f``" has different lexical and semantic contexts. The
1798 In C and C++, there are several contexts in which names that are logically
1841 *transparent* declaration contexts (see
1848 contexts can be nested).
1926 In Clang's representation, the source-centric view of declaration contexts will
1933 ``DeclContext`` manages multiply-defined declaration contexts internally. The
1937 DeclContext, one can obtain the set of declaration contexts that are
1939 this context (which will be the only result, for non-namespace contexts) via
2247 following contexts:
2339 different "from" contexts; in this case, they have to share the associated
2484 "from" context may have declaration contexts with external lexical storage. If