Home | History | Annotate | Download | only in Parse

Lines Matching refs:stack

30 #include <stack>
764 /// be created on the stack to coincide with the position where the
807 /// ExitScope - Pop a scope off the scope stack.
1084 /// \brief The stack of classes that is currently being
1085 /// parsed. Nested and local classes will be pushed onto this stack
1087 std::stack<ParsingClass *> ClassStack;
1107 /// \brief Pop this class of the stack.
1635 /// A SmallVector of statements, with stack size 32 (as that is the only one
1638 /// A SmallVector of expressions, with stack size 12 (the maximum used.)