Searched refs:m_function (Results 1 – 3 of 3) sorted by relevance
33 m_passthrough_sema(nullptr), m_sema(nullptr), m_function(function), in ASTStructExtractor()94 m_function.m_struct_size = in ExtractFromFunctionDecl()97 m_function.m_return_offset = in ExtractFromFunctionDecl()99 m_function.m_return_size = in ExtractFromFunctionDecl()100 struct_layout->getDataSize().getQuantity() - m_function.m_return_offset; in ExtractFromFunctionDecl()104 m_function.m_member_offsets.push_back( in ExtractFromFunctionDecl()108 m_function.m_struct_valid = true; in ExtractFromFunctionDecl()126 !m_function.m_wrapper_function_name.compare( in ExtractFromTopLevelDecl()
124 ClangFunctionCaller &m_function; ///< The function to populate with variable
4203 Func m_function; member in Catch::Generators::MapGenerator4210 m_function(std::forward<F2>(function)), in MapGenerator()4211 m_cache(m_function(m_generator.get())) in MapGenerator()4220 m_cache = m_function(m_generator.get()); in next()