Searched refs:CreateFunctionType (Results 1 – 6 of 6) sorted by relevance
375 static CompilerType CreateFunctionType(clang::ASTContext *ast,382 static CompilerType CreateFunctionType(clang::ASTContext *ast, in CreateFunctionType() function387 return ClangASTContext::CreateFunctionType( in CreateFunctionType()391 CompilerType CreateFunctionType(const CompilerType &result_type, in CreateFunctionType() function394 return ClangASTContext::CreateFunctionType( in CreateFunctionType()398 CompilerType CreateFunctionType(const CompilerType &result_type, in CreateFunctionType() function402 return ClangASTContext::CreateFunctionType(getASTContext(), result_type, in CreateFunctionType()
635 m_ast.CreateFunctionType(return_ast_type, arg_list.data(), in CreateLLDBTypeFromPDBType()
1149 CompilerType func_sig_ast_type = m_clang.CreateFunctionType( in CreateProcedureType()
2148 CompilerType method_type = ClangASTContext::CreateFunctionType( in AddThisType()
1320 clang_type = m_ast.CreateFunctionType( in ParseTypeFromDWARF()
2174 CompilerType ClangASTContext::CreateFunctionType( in CreateFunctionType() function in ClangASTContext