Home | History | Annotate | Download | only in Sema

Lines Matching defs:Stack

4563   // function template specialization, add it to the scope stack.
6714 // field itself) to the history stack.
9109 PragmaStack<StringLiteral *> *Stack = nullptr;
9112 Stack = &ConstSegStack;
9114 Stack = &BSSSegStack;
9117 Stack = &DataSegStack;
9120 if (!var->hasAttr<SectionAttr>() && Stack->CurrentValue)
9123 Stack->CurrentValue->getString(),
9124 Stack->CurrentPragmaLocation));
9862 // a LambdaScopeInfo onto the function stack. But use the information
9872 "There should be an active template instantiation on the stack "
9937 // If this has an identifier, add it to the scope stack.
11394 // happen here (in act on tag decl). The #pragma pack stack is
11466 // If this has an identifier, add it to the scope stack.
12909 // Register this decl in the current scope stack.