Searched refs:TagStack (Results 1 – 1 of 1) sorted by relevance
933 std::stack<TagDecl *> TagStack; in UnwindTagContext() local937 TagStack.push(CurrentTag); in UnwindTagContext()939 assert(!TagStack.empty()); in UnwindTagContext()941 UnwindNamespaceContext(TagStack.top()->getDeclContext(), APINotes); in UnwindTagContext()942 while (!TagStack.empty()) { in UnwindTagContext()943 auto CurrentTag = TagStack.top(); in UnwindTagContext()944 TagStack.pop(); in UnwindTagContext()