Searched defs:GetField (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/llvm-project/clang/lib/AST/Interp/ | ||
H A D | Interp.h | 1211 bool GetField(InterpState &S, CodePtr OpPC, uint32_t I) { in GetField() function |
/freebsd/contrib/llvm-project/lldb/source/Core/ | ||
H A D | IOHandlerCursesGUI.cpp | 2007 T &GetField(int index) { return m_fields[index]; } in GetField() function in curses::ListFieldDelegate |