Home
last modified time | relevance | path

Searched refs:AttachTo (Results 1 – 4 of 4) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DGenericDomTreeConstruction.h597 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()
/llvm-project-15.0.7/flang/lib/Parser/
H A Dmessage.cpp379 void Messages::AttachTo(Message &msg, std::optional<Severity> severity) { in AttachTo() function in Fortran::parser::Messages
/llvm-project-15.0.7/flang/include/flang/Parser/
H A Dmessage.h280 void AttachTo(Message &, std::optional<Severity> = std::nullopt);
/llvm-project-15.0.7/flang/lib/Semantics/
H A Dcheck-call.cpp970 buffer.AttachTo(*msg, parser::Severity::Because); in CheckArguments()