Searched refs:AttachTo (Results 1 – 4 of 4) sorted by relevance
597 void attachNewSubtree(DomTreeT& DT, const TreeNodePtr AttachTo) { in attachNewSubtree()599 NodeToInfo[NumToNode[1]].IDom = AttachTo->getBlock(); in attachNewSubtree()618 void reattachExistingSubtree(DomTreeT &DT, const TreeNodePtr AttachTo) { in reattachExistingSubtree()619 NodeToInfo[NumToNode[1]].IDom = AttachTo->getBlock(); in reattachExistingSubtree()
379 void Messages::AttachTo(Message &msg, std::optional<Severity> severity) { in AttachTo() function in Fortran::parser::Messages
280 void AttachTo(Message &, std::optional<Severity> = std::nullopt);
970 buffer.AttachTo(*msg, parser::Severity::Because); in CheckArguments()