Home
last modified time | relevance | path

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

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