Home
last modified time | relevance | path

Searched refs:ShadowContextRAII (Results 1 – 1 of 1) sorted by relevance

/src/contrib/llvm-project/clang/lib/Sema/ !
H A DSemaLookup.cpp3904 class ShadowContextRAII;
3924 friend class ShadowContextRAII;
3951 class ShadowContextRAII { class
3957 ShadowContextRAII(VisibleDeclsRecord &Visible) : Visible(Visible) { in ShadowContextRAII() function in __anonc84b0c441711::ShadowContextRAII
3961 ~ShadowContextRAII() { in ~ShadowContextRAII()
4040 ShadowContextRAII Shadow(Visited); in lookupVisibleDecls()
4051 ShadowContextRAII Shadow(Visited); in lookupVisibleDecls()
4130 ShadowContextRAII Shadow(Visited); in lookupInDeclContext()
4190 ShadowContextRAII Shadow(Visited); in lookupInDeclContext()
4200 ShadowContextRAII Shadow(Visited); in lookupInDeclContext()
[all …]