Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DSemaAPINotes.cpp933 std::stack<TagDecl *> TagStack; in UnwindTagContext() local
937 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()