Home | History | Annotate | Download | only in Sema

Lines Matching refs:Shadow

2345   // will always be a (possibly implicit) declaration to shadow any others.
2730 /// \brief An entry in the shadow map, which is optimized to store a
2740 /// \brief A list of shadow maps, which is used to model name hiding.
2766 /// \brief Add a declaration to the current shadow map.
2772 /// \brief RAII object that records when we've entered a shadow context.
2866 ShadowContextRAII Shadow(Visited);
2913 ShadowContextRAII Shadow(Visited);
2926 ShadowContextRAII Shadow(Visited);
2935 ShadowContextRAII Shadow(Visited);
2942 ShadowContextRAII Shadow(Visited);
2950 ShadowContextRAII Shadow(Visited);
2957 ShadowContextRAII Shadow(Visited);
2964 ShadowContextRAII Shadow(Visited);
2971 ShadowContextRAII Shadow(Visited);
3061 ShadowContextRAII Shadow(Visited);
3086 ShadowContextRAII Shadow(Visited);
3097 ShadowContextRAII Shadow(Visited);
3112 // Local label definitions always shadow existing labels.