Searched refs:function_clang_type (Results 1 – 4 of 4) sorted by relevance
108 CompilerType function_clang_type; in CompileFunction() local110 function_clang_type = m_function_ptr->GetCompilerType(); in CompileFunction()111 if (function_clang_type) { in CompileFunction()112 int num_func_args = function_clang_type.GetFunctionArgumentCount(); in CompileFunction()131 type_name = function_clang_type.GetFunctionArgumentTypeAtIndex(i) in CompileFunction()
1803 CompilerType function_clang_type; in AddOneFunction() local1879 function_clang_type = function_type->GetFullCompilerType(); in AddOneFunction()1881 if (!function_clang_type) { in AddOneFunction()1888 CompilerType copied_function_type = GuardedCopyType(function_clang_type); in AddOneFunction()1929 entity->SetCompilerType(function_clang_type); in AddOneFunction()
1135 const CompilerType &function_clang_type);
2076 const CompilerType &function_clang_type) { in GetDeclarationName() argument2086 clang::QualType method_qual_type(ClangUtil::GetQualType(function_clang_type)); in GetDeclarationName()2134 llvm::StringRef name, const CompilerType &function_clang_type, in CreateFunctionDeclaration() argument2145 GetDeclarationName(name, function_clang_type); in CreateFunctionDeclaration()2149 func_decl->setType(ClangUtil::GetQualType(function_clang_type)); in CreateFunctionDeclaration()