Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/lldb/source/Expression/
H A DFunctionCaller.cpp47 m_struct_valid(false), m_struct_size(0), m_return_size(0), in FunctionCaller()
144 if (!m_struct_valid) { in WriteFunctionArguments()
/freebsd/contrib/llvm-project/lldb/include/lldb/Expression/
H A DFunctionCaller.h319 bool m_struct_valid; ///< True if the ASTStructExtractor has populated the variable
/freebsd/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DASTStructExtractor.cpp108 m_function.m_struct_valid = true; in ExtractFromFunctionDecl()