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

/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangFunctionCaller.cpp110 CompilerType function_clang_type; local
113 function_clang_type = m_function_ptr->GetCompilerType();
114 if (function_clang_type)
116 int num_func_args = function_clang_type.GetFunctionArgumentCount();
136 type_name = function_clang_type.GetFunctionArgumentTypeAtIndex(i).GetTypeName().AsCString("");
H A DClangExpressionDeclMap.cpp2204 CompilerType function_clang_type; local
2219 function_clang_type = function_type->GetFullCompilerType ();
2221 if (!function_clang_type)
2230 CompilerType copied_function_type = GuardedCopyType(function_clang_type);
2284 entity->SetCompilerType (function_clang_type);
/freebsd-11.0-release/contrib/llvm/tools/lldb/source/Symbol/
H A DClangASTContext.cpp1985 const CompilerType &function_clang_type,
2005 GetQualType(function_clang_type),
2019 GetQualType(function_clang_type),
1983 CreateFunctionDeclaration(DeclContext *decl_ctx, const char *name, const CompilerType &function_clang_type, int storage, bool is_inline) argument

Completed in 183 milliseconds