Searched refs:function_clang_type (Results 1 – 4 of 4) sorted by relevance
110 CompilerType function_clang_type; in CompileFunction() local112 function_clang_type = m_function_ptr->GetCompilerType(); in CompileFunction()113 if (function_clang_type) { in CompileFunction()114 int num_func_args = function_clang_type.GetFunctionArgumentCount(); in CompileFunction()133 type_name = function_clang_type.GetFunctionArgumentTypeAtIndex(i) in CompileFunction()
1950 CompilerType function_clang_type; in AddOneFunction() local2032 function_clang_type = function_type->GetFullCompilerType(); in AddOneFunction()2034 if (!function_clang_type) { in AddOneFunction()2042 CompilerType copied_function_type = GuardedCopyType(function_clang_type); in AddOneFunction()2089 entity->SetCompilerType(function_clang_type); in AddOneFunction()
1009 GetDeclarationName(const char *name, const CompilerType &function_clang_type);
2118 const CompilerType &function_clang_type) { in GetDeclarationName() argument2131 clang::QualType method_qual_type(ClangUtil::GetQualType(function_clang_type)); in GetDeclarationName()2148 const CompilerType &function_clang_type, int storage, bool is_inline) { in CreateFunctionDeclaration() argument2158 GetDeclarationName(name, function_clang_type); in CreateFunctionDeclaration()2161 ClangUtil::GetQualType(function_clang_type), nullptr, in CreateFunctionDeclaration()