Lines Matching defs:tos
907 auto *tos = getTopOfStack();
908 return tos ? tos->getContext() : nullptr;
912 auto *tos = getTopOfStack();
913 return tos ? tos->getInsertionPoint() : nullptr;
917 auto *tos = getTopOfStack();
918 return tos ? tos->getLocation() : nullptr;
932 auto &tos = stack.back();
933 if (tos.frameKind != FrameKind::Context && tos.getContext() != &context)
955 auto &tos = stack.back();
956 if (tos.frameKind != FrameKind::InsertionPoint &&
957 tos.getInsertionPoint() != &insertionPoint)
975 auto &tos = stack.back();
976 if (tos.frameKind != FrameKind::Location && tos.getLocation() != &location)