Home | History | Annotate | Download | only in Sema

Lines Matching full:shadow

363   // shadow declaration over any other declaration of the same entity.
2837 // will always be a (possibly implicit) declaration to shadow any others.
3247 /// \brief An entry in the shadow map, which is optimized to store a
3257 /// \brief A list of shadow maps, which is used to model name hiding.
3283 /// \brief Add a declaration to the current shadow map.
3289 /// \brief RAII object that records when we've entered a shadow context.
3405 ShadowContextRAII Shadow(Visited);
3449 ShadowContextRAII Shadow(Visited);
3459 ShadowContextRAII Shadow(Visited);
3466 ShadowContextRAII Shadow(Visited);
3473 ShadowContextRAII Shadow(Visited);
3481 ShadowContextRAII Shadow(Visited);
3487 ShadowContextRAII Shadow(Visited);
3493 ShadowContextRAII Shadow(Visited);
3500 ShadowContextRAII Shadow(Visited);
3588 ShadowContextRAII Shadow(Visited);
3614 ShadowContextRAII Shadow(Visited);
3626 ShadowContextRAII Shadow(Visited);
3641 // Local label definitions always shadow existing labels.