Home | History | Annotate | Download | only in Sema

Lines Matching refs:Visible

425   //   wherever the object, function, or enumerator name is visible.
427 // even if they're not visible. (ref?)
677 // name lookup. Instead, any conversion function templates visible in the
1058 /// \brief Retrieve the visible declaration corresponding to D, if any.
1060 /// This routine determines whether the declaration D is visible in the current
1062 /// redeclaration of D is visible, and if so, returns that declaration.
1064 /// \returns D, or a visible previous declaration of D, whichever is more recent
1065 /// and visible. If no declaration of D is visible, returns null.
2719 // associated classes are visible within their respective
2720 // namespaces even if they are not visible during an ordinary
2750 // Search for all visible declarations.
2804 VisibleDeclsRecord &Visible;
2809 ShadowContextRAII(VisibleDeclsRecord &Visible) : Visible(Visible) {
2810 Visible.ShadowMaps.push_back(ShadowMap());
2814 Visible.ShadowMaps.pop_back();
3076 // Lookup visible declarations in any namespaces found by using
3107 // Look for visible declarations.
3668 /// visible declarations whose names are similar to the name that was
3691 /// \param OPT when non-NULL, the search for visible declarations will
3739 // Perform name lookup to find visible, similarly-named entities.