Home | History | Annotate | Download | only in Sema

Lines Matching full:shadow

2477   // will always be a (possibly implicit) declaration to shadow any others.
2876 /// \brief An entry in the shadow map, which is optimized to store a
2886 /// \brief A list of shadow maps, which is used to model name hiding.
2912 /// \brief Add a declaration to the current shadow map.
2918 /// \brief RAII object that records when we've entered a shadow context.
3012 ShadowContextRAII Shadow(Visited);
3059 ShadowContextRAII Shadow(Visited);
3072 ShadowContextRAII Shadow(Visited);
3081 ShadowContextRAII Shadow(Visited);
3088 ShadowContextRAII Shadow(Visited);
3096 ShadowContextRAII Shadow(Visited);
3103 ShadowContextRAII Shadow(Visited);
3110 ShadowContextRAII Shadow(Visited);
3117 ShadowContextRAII Shadow(Visited);
3207 ShadowContextRAII Shadow(Visited);
3232 ShadowContextRAII Shadow(Visited);
3243 ShadowContextRAII Shadow(Visited);
3258 // Local label definitions always shadow existing labels.