Home
last modified time | relevance | path

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

/external/llvm-project/lldb/source/Expression/
DFunctionCaller.cpp46 m_struct_valid(false), m_arg_values(arg_value_list), m_compiled(false), in FunctionCaller()
130 if (!m_struct_valid) { in WriteFunctionArguments()
/external/llvm-project/lldb/include/lldb/Expression/
DFunctionCaller.h319 bool m_struct_valid; ///< True if the ASTStructExtractor has populated the variable
/external/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
DASTStructExtractor.cpp108 m_function.m_struct_valid = true; in ExtractFromFunctionDecl()