Searched refs:function_clang_type (Results 1 – 4 of 4) sorted by relevance
107 CompilerType function_clang_type; in CompileFunction() local109 function_clang_type = m_function_ptr->GetCompilerType(); in CompileFunction()110 if (function_clang_type) { in CompileFunction()111 int num_func_args = function_clang_type.GetFunctionArgumentCount(); in CompileFunction()130 type_name = function_clang_type.GetFunctionArgumentTypeAtIndex(i) in CompileFunction()
1731 CompilerType function_clang_type; in AddOneFunction() local1807 function_clang_type = function_type->GetFullCompilerType(); in AddOneFunction()1809 if (!function_clang_type) { in AddOneFunction()1816 CompilerType copied_function_type = GuardedCopyType(function_clang_type); in AddOneFunction()1857 entity->SetCompilerType(function_clang_type); in AddOneFunction()
1041 const CompilerType &function_clang_type);
2078 const CompilerType &function_clang_type) { in GetDeclarationName() argument2088 clang::QualType method_qual_type(ClangUtil::GetQualType(function_clang_type)); in GetDeclarationName()2135 llvm::StringRef name, const CompilerType &function_clang_type, in CreateFunctionDeclaration() argument2146 GetDeclarationName(name, function_clang_type); in CreateFunctionDeclaration()2150 func_decl->setType(ClangUtil::GetQualType(function_clang_type)); in CreateFunctionDeclaration()