Searched refs:function_clang_type (Results 1 - 3 of 3) sorted by relevance

/external/lldb/source/Expression/
H A DClangFunction.cpp140 ClangASTType function_clang_type; local
143 function_clang_type = m_function_ptr->GetClangType();
144 if (function_clang_type)
146 int num_func_args = function_clang_type.GetFunctionArgumentCount();
166 type_name = function_clang_type.GetFunctionArgumentTypeAtIndex(i).GetTypeName();
H A DClangExpressionDeclMap.cpp1768 ClangASTType function_clang_type; local
1783 function_clang_type = function_type->GetClangFullType();
1785 if (!function_clang_type)
1794 ClangASTType copied_function_type = GuardedCopyType(function_clang_type);
1848 entity->SetClangType (function_clang_type);
/external/lldb/source/Symbol/
H A DClangASTContext.cpp1903 const ClangASTType &function_clang_type,
1923 function_clang_type.GetQualType(),
1937 function_clang_type.GetQualType(),
1901 CreateFunctionDeclaration(DeclContext *decl_ctx, const char *name, const ClangASTType &function_clang_type, int storage, bool is_inline) argument

Completed in 283 milliseconds