Home
last modified time | relevance | path

Searched defs:GetBounds (Results 1 – 2 of 2) sorted by relevance

/llvm-project/flang/lib/Semantics/
H A Dcheck-do-forall.cpp66 static const Bounds &GetBounds(const parser::DoConstruct &doConstruct) { in GetBounds() function
/llvm-project/lldb/source/Core/
H A DIOHandlerCursesGUI.cpp626 Rect GetBounds() const { return Rect(GetParentOrigin(), GetSize()); } in GetBounds() function in curses::Window