Home
last modified time | relevance | path

Searched refs:m_function (Results 1 – 3 of 3) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp34 m_sema(NULL), m_action(NULL), m_function(function), in ASTStructExtractor()
95 m_function.m_struct_size = in ExtractFromFunctionDecl()
98 m_function.m_return_offset = in ExtractFromFunctionDecl()
100 m_function.m_return_size = in ExtractFromFunctionDecl()
101 struct_layout->getDataSize().getQuantity() - m_function.m_return_offset; in ExtractFromFunctionDecl()
105 m_function.m_member_offsets.push_back( in ExtractFromFunctionDecl()
109 m_function.m_struct_valid = true; in ExtractFromFunctionDecl()
127 !m_function.m_wrapper_function_name.compare( in ExtractFromTopLevelDecl()
H A DASTStructExtractor.h156 ClangFunctionCaller &m_function; ///< The function to populate with variable
/freebsd-12.1/contrib/llvm/tools/lldb/source/Commands/
H A DCommandObjectFrame.cpp787 m_function = std::string(option_arg); in SetOptionValue()
803 m_function = ""; in OptionParsingStarting()
815 std::string m_function; member in CommandObjectFrameRecognizerAdd::CommandOptions
897 if (m_options.m_function.empty()) { in DoExecute()
920 RegularExpressionSP(new RegularExpression(m_options.m_function)); in DoExecute()
924 auto func = ConstString(m_options.m_function); in DoExecute()