Searched refs:Collapsed (Results 1 – 2 of 2) sorted by relevance
1005 std::string Collapsed = std::string(Raw); in isLabel() local1006 llvm::erase_if(Collapsed, isSpace); in isLabel()1007 StringRef Whole = Collapsed; in isLabel()1060 std::string Collapsed = std::string(RawString); in tryParseRegister() local1061 llvm::erase_if(Collapsed, isSpace); in tryParseRegister()1062 StringRef FullString = Collapsed; in tryParseRegister()
741 std::pair<ReferenceKind, const Node *> Collapsed = collapse(OB); in printLeft() local742 if (!Collapsed.second) in printLeft()744 OB.printLeft(*Collapsed.second); in printLeft()745 if (Collapsed.second->hasArray(OB)) in printLeft()747 if (Collapsed.second->hasArray(OB) || Collapsed.second->hasFunction(OB)) in printLeft()750 OB += (Collapsed.first == ReferenceKind::LValue ? "&" : "&&"); in printLeft()756 std::pair<ReferenceKind, const Node *> Collapsed = collapse(OB); in printRight() local757 if (!Collapsed.second) in printRight()759 if (Collapsed.second->hasArray(OB) || Collapsed.second->hasFunction(OB)) in printRight()761 OB.printRight(*Collapsed.second); in printRight()