Home
last modified time | relevance | path

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

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